Added header needed for uint64_t

release/4.3a0
Alex Cunningham 2012-07-06 18:58:35 +00:00
parent da5c924d58
commit 169c0191c6
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
#include <vector>
#include <iostream>
#include <fstream>
#include <stdint.h>
#include <boost/foreach.hpp>
#include <boost/lexical_cast.hpp>