Fix includes

pull/265/head
Hleb Valoshka 2019-04-04 17:35:37 +03:00
parent d846eb0ef3
commit 2c154346f3
2 changed files with 3 additions and 0 deletions

View File

@ -3,7 +3,9 @@
#include <cmath>
#include <cstdio>
#ifdef _WIN32
#include <io.h>
#endif
#include <fcntl.h>
#include <celmath/vecmath.h>

View File

@ -17,6 +17,7 @@
#include <QTextStream>
#include <Eigen/LU>
#include <algorithm>
#include <iostream>
using namespace cmod;
using namespace Eigen;