Changeset 288 in dev for trunk/abdev/BasicCompiler_Common/src/BoostSerializationSupport.cpp
- Timestamp:
- Aug 17, 2007, 7:36:51 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/BoostSerializationSupport.cpp
r279 r288 1 #include "stdafx.h" 1 #include <string> 2 #include <vector> 3 #include <fstream> 4 5 #include <windows.h> 6 #include <stdio.h> 7 #include <string.h> 8 #include <math.h> 9 #include <commctrl.h> 10 #include <time.h> 11 #include <limits.h> 12 #include <shlobj.h> 13 14 //boost libraries 15 #include <boost/foreach.hpp> 16 17 #include "../common.h" 2 18 3 19 #include <boost/archive/xml_oarchive.hpp> … … 16 32 17 33 #include <BoostSerializationSupport.h> 18 19 #include <windows.h> 34 #include <Compiler.h> 20 35 21 36 using namespace Jenga::Common;
Note:
See TracChangeset
for help on using the changeset viewer.