fix missing include

This commit is contained in:
Jean-Philippe Menil 2020-02-15 21:58:20 +01:00 committed by Johannes Pohl
parent c9c08b59f5
commit 3e91984d3e

View file

@ -20,6 +20,7 @@
#define ASIO_STREAM_HPP
#include "common/aixlog.hpp"
#include "common/str_compat.hpp"
#include "pcm_stream.hpp"
#include <atomic>
#include <boost/asio.hpp>