diff --git a/CourseOfferingsScraper.cpp b/CourseOfferingsScraper.cpp index abfa7ed..c726ba0 100644 --- a/CourseOfferingsScraper.cpp +++ b/CourseOfferingsScraper.cpp @@ -4,7 +4,7 @@ #include #include #include -#include +#include"json/json.h" namespace fs = std::filesystem; struct quatalog_data_t { diff --git a/Makefile b/Makefile index 0298a22..f7bcf2e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CXX = clang++ -CXXFLAGS = -O2 -march=native -std=c++17 -I./3rdparty/jsoncpp/include +CXXFLAGS = -O2 -march=native -std=c++17 CourseOfferingsScraper: CourseOfferingsScraper.cpp json.o