Skip to content

Commit

Permalink
xrServerEntities/xrServer_Objects_Abstract: Fixed include.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Nov 8, 2015
1 parent 7a5a194 commit 6c88838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xrServerEntities/xrServer_Objects_Abstract.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CDUInterface;
#endif

#include "xrEProps.h"
#include "Include\xrRender\DrawUtils.h"
#include "Include/xrRender/DrawUtils.h"
#pragma warning(push)
#pragma warning(disable:4005)

Expand Down Expand Up @@ -152,4 +152,4 @@ IC void ISE_Abstract::set_editor_flag(u32 mask) { m_editor_flags.set(mask, TRUE)
#pragma warning(pop)

#pragma pack(pop)
#endif // xrServer_Objects_AbstractH
#endif // xrServer_Objects_AbstractH

0 comments on commit 6c88838

Please sign in to comment.