[commit] r1511 - in trunk/Tools/TableEditor: . NewCellTypes
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Thu Sep 8 09:20:44 CDT 2011
Author: ksmyth
Date: Thu Sep 8 09:20:39 2011
New Revision: 1511
Log:
Support newest SDK
Modified:
trunk/Tools/TableEditor/GridDlg.h
trunk/Tools/TableEditor/NewCellTypes/GridCellFCO.h
trunk/Tools/TableEditor/RawComponent.h
trunk/Tools/TableEditor/TableEditorParser.h
Modified: trunk/Tools/TableEditor/GridDlg.h
==============================================================================
--- trunk/Tools/TableEditor/GridDlg.h Wed Sep 7 18:02:04 2011 (r1510)
+++ trunk/Tools/TableEditor/GridDlg.h Thu Sep 8 09:20:39 2011 (r1511)
@@ -11,6 +11,7 @@
#include "GridCtrl_src/GridCtrl.h"
#include "ComHelp.h"
#include "GMECOM.h"
+#include "Mga.h"
/////////////////////////////////////////////////////////////////////////////
// CGridDlg dialog
Modified: trunk/Tools/TableEditor/NewCellTypes/GridCellFCO.h
==============================================================================
--- trunk/Tools/TableEditor/NewCellTypes/GridCellFCO.h Wed Sep 7 18:02:04 2011 (r1510)
+++ trunk/Tools/TableEditor/NewCellTypes/GridCellFCO.h Thu Sep 8 09:20:39 2011 (r1511)
@@ -1,5 +1,6 @@
#include "../GridCtrl_src/GridCell.h"
#include "GMECOM.h"
+#include "Mga.h"
class CGridCellFCO : public CGridCell
{
Modified: trunk/Tools/TableEditor/RawComponent.h
==============================================================================
--- trunk/Tools/TableEditor/RawComponent.h Wed Sep 7 18:02:04 2011 (r1510)
+++ trunk/Tools/TableEditor/RawComponent.h Thu Sep 8 09:20:39 2011 (r1511)
@@ -1,6 +1,7 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
// Declaration of the main RAW COM component interface class
Modified: trunk/Tools/TableEditor/TableEditorParser.h
==============================================================================
--- trunk/Tools/TableEditor/TableEditorParser.h Wed Sep 7 18:02:04 2011 (r1510)
+++ trunk/Tools/TableEditor/TableEditorParser.h Thu Sep 8 09:20:39 2011 (r1511)
@@ -10,6 +10,7 @@
#endif // _MSC_VER > 1000
#include "GMECOM.h"
+#include "Mga.h"
#include <xercesc/sax/HandlerBase.hpp>
XERCES_CPP_NAMESPACE_USE
More information about the gme-commit
mailing list