Changeset 12 for sources/src/sc_pat_trace.cc
- Timestamp:
- Jan 23, 2009, 11:05:05 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/sc_pat_trace.cc
r1 r12 41 41 #include"internal.h" // notrace 42 42 43 #include<time.h> 44 #include<string> 43 #include<ctime> 45 44 46 45 #ifdef PAT_TRACE_FORMAT … … 53 52 54 53 //#include "malloc.h" // NO LONGER SUPPORTED 55 #include < stdlib.h>56 #include "stdio.h"54 #include <cstdlib> 55 #include <cstdio> 57 56 58 57 //-----------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.