Changeset 522 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/BoostSerializationSupport.cpp
- Timestamp:
- May 1, 2008, 10:50:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/BoostSerializationSupport.cpp
r520 r522 1 1 #pragma warning(disable : 4996) 2 2 3 #include <map> 3 4 #include <string> 4 5 #include <vector> 5 6 #include <fstream> 7 #include <iostream> 8 #include <iomanip> 9 #include <ios> 10 #include <streambuf> 11 #include <sstream> 6 12 7 13 #include <windows.h> … … 13 19 #include <limits.h> 14 20 #include <shlobj.h> 21 #include <process.h> 22 #include <fcntl.h> 23 #include <io.h> 24 #include <shlwapi.h> 25 #include <tchar.h> 26 #include <stdarg.h> 15 27 16 28 //boost libraries
Note:
See TracChangeset
for help on using the changeset viewer.