diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-01-28 23:49:07 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-28 23:49:07 +0100 |
| commit | 05f2028ec1280a98050dc22609879230337a35ef (patch) | |
| tree | f55eb765608a78e7f84176b7902e67ed4c7513c0 | |
| parent | df48c75c38dd788835a93540aea243a2dac4bb10 (diff) | |
Missing #include for previous.
| -rw-r--r-- | src/lib/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index 68531cfb3..c2911bf10 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -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 { |
