Fix headers to support Linux

This commit is contained in:
Andrei Astafev 2024-02-03 12:01:33 +03:00 committed by lsv
parent 2341266936
commit 982afe2c5e
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#include "pgadmin3.h"
#include "pgAdmin3.h"
#include <wx/file.h>
#include "frm/frmAwr.h"
#include "schema/pgObject.h"

View file

@ -1,5 +1,7 @@
#pragma once
#include "pgAdmin3.h"
class SourceViewDialog : public wxFrame
{
ctlSQLBox* m_text1;

View file

@ -11,9 +11,7 @@
#ifndef PGADMIN3_H
#define PGADMIN3_H
#ifdef WIN32
#include "../utils/diff_match_patch.h"
#endif
// wxWindows headers
#include <wx/wx.h>