Fixed Linux/macOS compile after boost removals.

This commit is contained in:
Casey Langen 2017-01-01 15:12:54 -08:00
parent 0d8c86be4f
commit 99f3c25a13
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include "M4aDecoder.h"
#include <cstring>
#include <string>
#include <stdlib.h>
using musik::core::sdk::IDataStream;
using musik::core::sdk::IBuffer;

View File

@ -39,6 +39,7 @@
#include <string>
#include <queue>
#include <thread>
#include <mutex>
#include <condition_variable>
#include <memory>