[Greater-commits] r190 - trunk/Administration
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jun 9 19:01:11 CEST 2011
Author: aheinecke
Date: 2011-06-09 19:01:11 +0200 (Thu, 09 Jun 2011)
New Revision: 190
Modified:
trunk/Administration/wxcommon.h
Log:
Include the wx/wxprec at least once
Modified: trunk/Administration/wxcommon.h
===================================================================
--- trunk/Administration/wxcommon.h 2011-06-09 16:58:37 UTC (rev 189)
+++ trunk/Administration/wxcommon.h 2011-06-09 17:01:11 UTC (rev 190)
@@ -22,7 +22,7 @@
#ifndef __WXCOMMON_H__
#define __WXCOMMON_H__
-#include <wxcommon.h>
+#include <wx/wxprec.h>
#include <wx/event.h>
#include <wx/dialog.h>
#include <wx/stattext.h>
More information about the Greater-commits
mailing list