diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-10-01 13:20:50 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-10-01 13:20:50 +0100 |
| commit | 36501495fa94759a5fcec3bd26ab184d684007c7 (patch) | |
| tree | 742c26da7dad722afd0522d60182c0ddc9bd05a2 /rotord/src/libavwrapper.h | |
| parent | f67d7ee5b20105a05a0f170ed5eef81334ae12eb (diff) | |
scoped locks
Diffstat (limited to 'rotord/src/libavwrapper.h')
| -rw-r--r-- | rotord/src/libavwrapper.h | 1 |
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> |
