From f039db5c6572c4fb70d228d511c4d76c1deb517c Mon Sep 17 00:00:00 2001 From: Sude Date: Thu, 22 Jan 2015 09:22:48 +0200 Subject: [PATCH] Change jsoncpp include path --- Makefile | 2 +- include/downloader.h | 2 +- include/gamedetails.h | 2 +- include/gamefile.h | 2 +- src/api.cpp | 2 +- src/downloader.cpp | 2 +- src/util.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 18c7845..ded437f 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ AR = ar LD = g++ WINDRES = windres -INC = -Iinclude -I/usr/include/rhash +INC = -Iinclude -I/usr/include/rhash -I/usr/include/jsoncpp CFLAGS = -std=c++11 -Wall -fexceptions -D_FILE_OFFSET_BITS=64 RESINC = LIBDIR = diff --git a/include/downloader.h b/include/downloader.h index 8154ce5..21174a1 100644 --- a/include/downloader.h +++ b/include/downloader.h @@ -25,7 +25,7 @@ #include "api.h" #include "progressbar.h" #include -#include +#include #include #include diff --git a/include/gamedetails.h b/include/gamedetails.h index 5e86cb9..76252fb 100644 --- a/include/gamedetails.h +++ b/include/gamedetails.h @@ -7,7 +7,7 @@ #include #include -#include +#include class gameDetails { diff --git a/include/gamefile.h b/include/gamefile.h index f7d5c76..2c32100 100644 --- a/include/gamefile.h +++ b/include/gamefile.h @@ -5,7 +5,7 @@ #include #include -#include +#include class gameFile { diff --git a/src/api.cpp b/src/api.cpp index 737d55b..8227370 100644 --- a/src/api.cpp +++ b/src/api.cpp @@ -10,7 +10,7 @@ #include #include #include -#include +#include #if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40900 # define _regex_namespace_ std diff --git a/src/downloader.cpp b/src/downloader.cpp index 926fa90..d7ea6cc 100644 --- a/src/downloader.cpp +++ b/src/downloader.cpp @@ -20,7 +20,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/src/util.cpp b/src/util.cpp index 63fb0dd..e66da1e 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include #include