Changes in includes in order to fix Win builds

This commit is contained in:
Lukas Matena 2018-03-01 08:43:43 +01:00
parent 9ea803b000
commit b1b16359d9
2 changed files with 2 additions and 1 deletions

View file

@ -20,6 +20,8 @@ TODO LIST
#include <fstream>
#include <iostream>
#include <vector>
#include <numeric>
#include <algorithm>
#include "Analyzer.hpp"