Change jsoncpp include path

This commit is contained in:
Sude 2015-01-22 09:22:48 +02:00
parent 525985d3fb
commit f039db5c65
7 changed files with 7 additions and 7 deletions

View File

@ -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 =

View File

@ -25,7 +25,7 @@
#include "api.h"
#include "progressbar.h"
#include <curl/curl.h>
#include <jsoncpp/json/json.h>
#include <json/json.h>
#include <ctime>
#include <fstream>

View File

@ -7,7 +7,7 @@
#include <iostream>
#include <vector>
#include <jsoncpp/json/json.h>
#include <json/json.h>
class gameDetails
{

View File

@ -5,7 +5,7 @@
#include <iostream>
#include <vector>
#include <jsoncpp/json/json.h>
#include <json/json.h>
class gameFile
{

View File

@ -10,7 +10,7 @@
#include <cstdio>
#include <cstdlib>
#include <sstream>
#include <jsoncpp/json/json.h>
#include <json/json.h>
#if (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40900
# define _regex_namespace_ std

View File

@ -20,7 +20,7 @@
#include <boost/regex.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <tinyxml.h>
#include <jsoncpp/json/json.h>
#include <json/json.h>
#include <htmlcxx/html/ParserDom.h>
#include <htmlcxx/html/Uri.h>
#include <boost/algorithm/string/case_conv.hpp>

View File

@ -9,7 +9,7 @@
#include <boost/filesystem.hpp>
#include <boost/algorithm/string/case_conv.hpp>
#include <tinyxml.h>
#include <jsoncpp/json/json.h>
#include <json/json.h>
#include <fstream>
#include <sys/ioctl.h>