Fix Linux compile failures, and run tests on Ubuntu.

This commit is contained in:
jzmaddock
2015-10-15 18:24:15 +01:00
parent 76ce33da74
commit 53f3edd652
4 changed files with 114 additions and 11 deletions

View File

@ -6,6 +6,9 @@
#include "performance.hpp"
#include <list>
#include <fstream>
#include <iostream>
#include <iomanip>
#include <boost/chrono.hpp>
#include <boost/detail/lightweight_main.hpp>
#include <boost/regex.hpp>