Added includes necessary to compile using gcc 4.4

This commit is contained in:
stevemadere 2010-05-04 12:56:54 +00:00
commit 8214fe3f5e
2 changed files with 3 additions and 0 deletions

View file

@ -17,6 +17,8 @@
#include <utils/rnd_generators.h> // normal_generator
#include <vecop.h> // *
#include <assert.h>
#include <limits>
namespace mlp

View file

@ -24,6 +24,7 @@
#include <config.h>
#endif
#include <string.h>
#include <sstream>
#include <stdexcept>