Updated includes

master
Sean McArdle 2017-06-21 22:43:42 -07:00
parent ca46fe2457
commit aa777b54d8
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,6 @@ add_subdirectory(
lib/efsw
)
include_directories(
${CMAKE_SOURCE_DIR}/include
${CMAKE_SOURCE_DIR}/lib

View File

@ -8,6 +8,7 @@
#include <chrono>
#include <thread>
#include "efsw/efsw.hpp"
#include "parg.h"
class UpdateListener : public efsw::FileWatchListener