Changeset 826 in dev for branches/egtra/ab5.0/jenga/projects
- Timestamp:
- Mar 18, 2012, 11:48:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/egtra/ab5.0/jenga/projects/jenga/stdafx.h
r763 r826 1 1 #pragma once 2 2 3 #include <algorithm> 3 4 #include <map> 4 5 #include <string> … … 21 22 #include <assert.h> 22 23 23 //boost libraries24 24 #include <boost/foreach.hpp> 25 #include <boost/implicit_cast.hpp> 26 #include <boost/range/algorithm.hpp> 25 27 #include <boost/serialization/serialization.hpp> 26 28 #include <boost/serialization/nvp.hpp>
Note:
See TracChangeset
for help on using the changeset viewer.