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
|
||||
|
|
|
|||
Reference in a new issue