Fixed macOS/clang compile.

This commit is contained in:
Casey Langen 2017-02-18 21:15:32 -08:00
parent 3b2cad052f
commit f63df8f051

View File

@ -35,6 +35,7 @@
#include "pch.hpp" #include "pch.hpp"
#include "Playback.h" #include "Playback.h"
#include <core/sdk/constants.h> #include <core/sdk/constants.h>
#include <cmath>
using namespace musik::core::audio; using namespace musik::core::audio;
using namespace musik::core::sdk; using namespace musik::core::sdk;