mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-01 21:42:31 +01:00
Change jsoncpp include path
This commit is contained in:
parent
525985d3fb
commit
f039db5c65
2
Makefile
2
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 =
|
||||
|
@ -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>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <jsoncpp/json/json.h>
|
||||
#include <json/json.h>
|
||||
|
||||
class gameDetails
|
||||
{
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <jsoncpp/json/json.h>
|
||||
#include <json/json.h>
|
||||
|
||||
class gameFile
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user