Missing #include for previous.
authorCarl Hetherington <cth@carlh.net>
Tue, 28 Jan 2020 22:49:07 +0000 (23:49 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 28 Jan 2020 22:49:07 +0000 (23:49 +0100)
src/lib/player.h

index 68531cfb377da8a5bbc7fb390f0108d06639aca9..c2911bf1087e19dae86257c37c14ce9c1a864b21 100644 (file)
@@ -35,6 +35,7 @@
 #include "empty.h"
 #include <boost/shared_ptr.hpp>
 #include <boost/enable_shared_from_this.hpp>
+#include <boost/atomic.hpp>
 #include <list>
 
 namespace dcp {