r261: Use explicit std:: namespace
[ctsim.git] / src / ctsim.h
index 62d97c28a7c22ca5a822d9b36ce63d382d466d0a..976de33b0e45be61dd9bf776fd1ce3075b609201 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ctsim.h,v 1.7 2000/12/16 03:29:02 kevin Exp $
+**  $Id: ctsim.h,v 1.8 2000/12/16 06:12:47 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -28,7 +28,6 @@
 #ifndef __CTSIMH__
 #define __CTSIMH__
 
-#include "wx/docview.h"
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -38,6 +37,7 @@
 
 class wxMenu;
 class wxDocument;
+#include "wx/docview.h"\r
 
 // Define a new frame for main window
 class MainFrame: public wxDocParentFrame