1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

include cmath in HardwareDisplayDrawingEngine

This commit is contained in:
Philip Goto
2017-11-03 15:57:23 +01:00
committed by Michał Janiszewski
parent 4dfcb32d85
commit 360cd813b7

View File

@@ -14,6 +14,7 @@
*****************************************************************************/
#pragma endregion
#include <cmath>
#include <vector>
#include <openrct2/common.h>
#include <SDL.h>