added missing includes

This commit is contained in:
Sergiu Dotenco 2012-08-19 15:25:07 +02:00
parent 8e2258c494
commit 4993748c91
3 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,7 @@ using namespace std;
#include <string>
#include <iostream>
#include <fstream>
#include <functional>
#include <iterator>
#include <limits>
#include <numeric>

View File

@ -42,6 +42,7 @@
#include "test_precomp.hpp"
#include "test_chessboardgenerator.hpp"
#include <functional>
#include <limits>
#include <numeric>

View File

@ -51,6 +51,7 @@
#include <cstdio>
#include <iostream>
#include <fstream>
#include <functional>
#include <sstream>
#include <string>
#include <limits>