Browse Source

Add missing header file.

Aster Jian 12 years ago
parent
commit
861dfadfa3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/Engine/Graphics/Viewport.h

+ 1 - 0
Source/Engine/Graphics/Viewport.h

@@ -22,6 +22,7 @@
 
 #pragma once
 
+#include "Object.h"
 #include "Ptr.h"
 #include "Rect.h"