Fixed missing cmath includes

This commit is contained in:
Michaël Lemaire 2016-07-20 23:40:21 +02:00
parent e884d7a216
commit 91b32f29ce
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,6 @@
#include "TextureLayerDefinition.h"
#include <cmath>
#include <algorithm>
#include "Zone.h"
#include "SurfaceMaterial.h"

View file

@ -1,5 +1,6 @@
#include "LightingManager.h"
#include <cmath>
#include <algorithm>
#include "LightFilter.h"
#include "LightComponent.h"