Fixed build when tech ENABLE_NON_STATIC_CANVAS_MANAGER is disabled

This commit is contained in:
enricoturri1966 2020-03-31 18:04:49 +02:00
parent 095062e371
commit e886475fe7
2 changed files with 5 additions and 4 deletions

View file

@ -16,6 +16,9 @@
#include "GUI_ObjectLayers.hpp"
#include "GLSelectionRectangle.hpp"
#include "MeshUtils.hpp"
#if !ENABLE_NON_STATIC_CANVAS_MANAGER
#include "Camera.hpp"
#endif // !ENABLE_NON_STATIC_CANVAS_MANAGER
#include <float.h>