Add missing cmath include

This commit is contained in:
Phillip Stephens 2016-05-16 17:10:18 -07:00
parent a7df18f8d3
commit a81a443d55
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <stdint.h>
#include <vector>
#include <cmath>
#include <unordered_map>
#include "Entity.hpp"
#include "Common.hpp"