mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Fix headers to support Linux
This commit is contained in:
parent
2341266936
commit
982afe2c5e
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#include "pgadmin3.h"
|
||||
#include "pgAdmin3.h"
|
||||
#include <wx/file.h>
|
||||
#include "frm/frmAwr.h"
|
||||
#include "schema/pgObject.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "pgAdmin3.h"
|
||||
|
||||
class SourceViewDialog : public wxFrame
|
||||
{
|
||||
ctlSQLBox* m_text1;
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue