Fixed missing cmath includes
This commit is contained in:
parent
e884d7a216
commit
91b32f29ce
2 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
#include "TextureLayerDefinition.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
#include "Zone.h"
|
||||
#include "SurfaceMaterial.h"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "LightingManager.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <algorithm>
|
||||
#include "LightFilter.h"
|
||||
#include "LightComponent.h"
|
||||
|
|
Loading…
Reference in a new issue