Skip to content

Commit 3c3dddb

Browse files
committed
fix include paths for default build
1 parent 96021e4 commit 3c3dddb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+44
-44
lines changed

include/Base_HostGroups_Manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class PgSQL_SrvList;
3434

3535
#ifndef PROXYJSON
3636
#define PROXYJSON
37-
#include "../deps/json/json_fwd.hpp"
37+
#include "nlohmann/json_fwd.hpp"
3838
#endif // PROXYJSON
3939

4040
#include <variant>

include/Base_Session.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
#ifndef PROXYJSON
1212
#define PROXYJSON
13-
#include "../deps/json/json_fwd.hpp"
13+
#include "nlohmann/json_fwd.hpp"
1414
#endif // PROXYJSON
1515

1616
class MySQL_STMTs_meta;

include/MySQL_Data_Stream.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#ifndef PROXYJSON
1111
#define PROXYJSON
12-
#include "../deps/json/json_fwd.hpp"
12+
#include "nlohmann/json_fwd.hpp"
1313
#endif // PROXYJSON
1414

1515
#ifndef uchar

include/MySQL_HostGroups_Manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#ifndef PROXYJSON
2727
#define PROXYJSON
28-
#include "../deps/json/json_fwd.hpp"
28+
#include "nlohmann/json_fwd.hpp"
2929
#endif // PROXYJSON
3030

3131
#ifdef DEBUG

include/MySQL_Logger.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
#ifndef PROXYJSON
88
#define PROXYJSON
9-
#include "../deps/json/json_fwd.hpp"
9+
#include "nlohmann/json_fwd.hpp"
1010
#endif // PROXYJSON
1111

1212
#define PROXYSQL_LOGGER_PTHREAD_MUTEX

include/MySQL_Session.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
#ifndef PROXYJSON
1919
#define PROXYJSON
20-
#include "../deps/json/json_fwd.hpp"
20+
#include "nlohmann/json_fwd.hpp"
2121
#endif // PROXYJSON
2222

2323
extern class MySQL_Variables mysql_variables;

include/PgSQL_Connection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#ifndef PROXYJSON
99
#define PROXYJSON
10-
#include "../deps/json/json_fwd.hpp"
10+
#include "nlohmann/json_fwd.hpp"
1111
#endif // PROXYJSON
1212

1313
class PgSQL_SrvC;

include/PgSQL_ExplicitTxnStateMgr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#ifndef PROXYJSON
1111
#define PROXYJSON
12-
#include "../deps/json/json_fwd.hpp"
12+
#include "nlohmann/json_fwd.hpp"
1313
#endif // PROXYJSON
1414

1515
/**

include/PgSQL_HostGroups_Manager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#ifndef PROXYJSON
2727
#define PROXYJSON
28-
#include "../deps/json/json_fwd.hpp"
28+
#include "nlohmann/json_fwd.hpp"
2929
#endif // PROXYJSON
3030

3131
#ifdef DEBUG

include/PgSQL_Session.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class PgSQL_Execute_Message;
2323

2424
#ifndef PROXYJSON
2525
#define PROXYJSON
26-
#include "../deps/json/json_fwd.hpp"
26+
#include "nlohmann/json_fwd.hpp"
2727
#endif // PROXYJSON
2828

2929
extern class PgSQL_Variables pgsql_variables;

0 commit comments

Comments
 (0)