Core: Gui: DAGView: windows compile fix

This commit is contained in:
blobfish 2015-07-14 18:51:11 -04:00 committed by Stefan Tröger
parent 45aca9fb55
commit a6fe5e664a

View File

@ -20,6 +20,10 @@
* *
***************************************************************************/
#include "PreCompiled.h"
#ifndef _PreComp_
#endif
#include "DAGModelGraph.h"
using namespace Gui;