for linux compile

Исправления для компиляции под linux (ubunta)
This commit is contained in:
Sergey 2023-01-30 18:07:06 +05:00 committed by lsv
parent f177940bd4
commit b5236a0b1a
13 changed files with 54 additions and 26 deletions

View file

@ -8,12 +8,12 @@
// Licence: wxWidgets licence
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma implementation "jsonreader.cpp"
#endif
#include "pgadmin3.h"
#include "pgAdmin3.h"
#ifdef wxUSE_WEBREQUEST
#include <wx/mstream.h>
#include <wx/sstream.h>
@ -2129,3 +2129,4 @@ wxJSONReader::DoStrto_ll(const wxString& str, wxUint64* ui64, wxChar* sign)
#endif