SVN Commit by dpage: r4886 - trunk/pgadmin3/src

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r4886 - trunk/pgadmin3/src
Date: 2006-01-09 15:43:08
Message-ID: 200601091543.k09Fh81k025163@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage
Date: 2006-01-09 15:43:07 +0000 (Mon, 09 Jan 2006)
New Revision: 4886

Modified:
trunk/pgadmin3/src/pgAdmin3.cpp
Log:
Add a couple of headers needed on *nix

Modified: trunk/pgadmin3/src/pgAdmin3.cpp
===================================================================
--- trunk/pgadmin3/src/pgAdmin3.cpp 2006-01-09 14:27:07 UTC (rev 4885)
+++ trunk/pgadmin3/src/pgAdmin3.cpp 2006-01-09 15:43:07 UTC (rev 4886)
@@ -46,8 +46,10 @@
#include "misc.h"
#include "sysSettings.h"
#include "update.h"
+#include "pgServer.h"
#include "frmMain.h"
#include "frmConfig.h"
+#include "frmQuery.h"
#include "frmSplash.h"
#include <wx/dir.h>
#include <wx/fs_zip.h>

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-01-09 15:44:08 Re: SVN Commit by dpage: r4884 - in trunk/pgadmin3:
Previous Message Dave Page 2006-01-09 15:21:01 Re: SVN Commit by dpage: r4884 - in trunk/pgadmin3: