build: fixed missing include and clang warnings

This commit is contained in:
Eberhard Graether
2014-07-02 21:39:39 +02:00
parent 400e2629d2
commit e63106b13b
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -4,12 +4,12 @@
#include <memory>
#include <string>
#include "component/Component.h"
#include "component/view/ViewLayout.h"
#include "utility/math/Vector2.h"
class GuiWidgetWrapper;
class ViewLayout;
class Component;
class View
{