Fix missing headers in tests for windows
This commit is contained in:
parent
0c4f9cb275
commit
bb19448ee9
@ -4,6 +4,7 @@
|
||||
#include <iostream>
|
||||
#include <cmath>
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
|
||||
using namespace std;
|
||||
|
||||
@ -53,4 +54,6 @@ main (int, char **) {
|
||||
srand (time (NULL));
|
||||
test_bool ();
|
||||
test_float ();
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
@ -1,10 +1,11 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "../version.hpp"
|
||||
#include "../debug.hpp"
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <cstdlib>
|
||||
|
||||
using namespace std;
|
||||
using namespace util;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user