This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
urho3d
mirror of
https://github.com/urho3d/urho3d.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add missing header file.
Aster Jian
12 years ago
parent
81d87af14c
commit
861dfadfa3
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
Source/Engine/Graphics/Viewport.h
+ 1
- 0
Source/Engine/Graphics/Viewport.h
View File
@@ -22,6 +22,7 @@
#pragma once
+#include "Object.h"
#include "Ptr.h"
#include "Rect.h"