Force c++17 standard so we can use filesystem std lib. Currently will only work on gcc until cmake update.

This commit is contained in:
Kevin Whitaker
2017-01-29 20:31:46 -05:00
parent ad26e8351f
commit f291b65a47
2 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
#include <Wt/WServer>
#include <Wt/WApplication>
#include "WebInterface.h"
#include <experimental/filesystem> //TODO:Change to non-gcc way when officially using c++17
GroovePlayer::GroovePlayer(std::string dbFile) : sqliteConnection(dbFile)
{