Skip to content

Commit 40cc4fa

Browse files
author
Will Gallia
committed
include std::atomic in CaptureImplLinux
1 parent c832e01 commit 40cc4fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/cinder/CaptureImplLinux.h

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include <thread>
77
#include <condition_variable>
8+
#include <atomic>
89

910
namespace cinder {
1011

0 commit comments

Comments
 (0)