summaryrefslogtreecommitdiff
path: root/rotord/src/libavwrapper.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-10-01 13:20:50 +0100
committerTim Redfern <tim@eclectronics.org>2013-10-01 13:20:50 +0100
commit36501495fa94759a5fcec3bd26ab184d684007c7 (patch)
tree742c26da7dad722afd0522d60182c0ddc9bd05a2 /rotord/src/libavwrapper.h
parentf67d7ee5b20105a05a0f170ed5eef81334ae12eb (diff)
scoped locks
Diffstat (limited to 'rotord/src/libavwrapper.h')
-rw-r--r--rotord/src/libavwrapper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rotord/src/libavwrapper.h b/rotord/src/libavwrapper.h
index 0d40503..4365899 100644
--- a/rotord/src/libavwrapper.h
+++ b/rotord/src/libavwrapper.h
@@ -7,6 +7,7 @@
#endif
#include "Poco/Mutex.h"
+#include "Poco/ScopedLock.h"
extern "C" {
#include <libavcodec/avcodec.h>