fix a crash

This commit is contained in:
Eduardo Bart
2011-08-29 19:27:22 -03:00
parent f05c048f6d
commit eb4b83faaf
4 changed files with 650 additions and 18 deletions

View File

@@ -58,6 +58,10 @@
#include <boost/algorithm/string.hpp>
#include <boost/any.hpp>
#ifndef nullptr
#define nullptr NULL
#endif
// global constants
#include "const.h"