1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Add cmath include to AudioMixer for std::pow

This commit is contained in:
Michał Janiszewski
2017-05-07 08:55:34 +02:00
committed by Gymnasiast
parent 98d59ccaa3
commit e670a386ba

View File

@@ -14,6 +14,7 @@
*****************************************************************************/
#pragma endregion
#include <cmath>
#include "../config/Config.h"
#include "../Context.h"
#include "audio.h"