Fixes for "incomplete type" errors when compiling with clang-cl

This commit is contained in:
Ben Payne 2015-03-04 15:55:46 -05:00
parent 6040a8d855
commit 62fa40380b
3 changed files with 5 additions and 4 deletions

View file

@ -30,7 +30,9 @@
#include "console/simObjectMemento.h"
#endif
class GuiInspectorField;
// Need full definition visible for SimObjectPtr<GuiInspectorField>
#include "gui/editor/inspector/field.h"
class GuiInspector;
class MECreateUndoAction : public UndoAction