Support compile under Linux by disabling wxJSON and GIT stuff

This commit is contained in:
Rob 2023-02-14 02:22:20 +01:00
parent 83e372aae5
commit 2354cdaa01
13 changed files with 51 additions and 15 deletions

View file

@ -13,7 +13,7 @@
#endif
#include "pgAdmin3.h"
#if wxUSE_WEBREQUEST
#if !defined(NO_WXJSON_GIT)
#include <wx/mstream.h>
#include <wx/sstream.h>