move boost after PlatformAbstraction to prevent redefinitions from stdint

Sven Eberhardt 2010-12-09 12:19:39 +01:00
parent 4f4162855f
commit f989a37519
1 changed files with 3 additions and 2 deletions

View File

@ -29,11 +29,12 @@
# define _USE_MATH_DEFINES
#endif
// boost headers
#include "PlatformAbstraction.h"
// boost headers - after PlatformAbstraction to prevent redefines of stdint
#include <boost/function.hpp>
#include <boost/bind.hpp>
#include "PlatformAbstraction.h"
#include "Standard.h"
#include "C4Prototypes.h"
#include "C4Real.h"