Added includes necessary to compile using gcc 4.4
This commit is contained in:
parent
dfad82c043
commit
8214fe3f5e
2 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
|||
#include <utils/rnd_generators.h> // normal_generator
|
||||
#include <vecop.h> // *
|
||||
|
||||
#include <assert.h>
|
||||
#include <limits>
|
||||
|
||||
|
||||
namespace mlp
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@
|
|||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include <sstream>
|
||||
#include <stdexcept>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue