Added header needed for uint64_t
parent
da5c924d58
commit
169c0191c6
|
@ -18,6 +18,7 @@
|
|||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/lexical_cast.hpp>
|
||||
|
|
Loading…
Reference in New Issue