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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user