Skip to content

Commit 5fa83f0

Browse files
committed
Forgot the mutex header.
1 parent 61e364b commit 5fa83f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/plugin/org_osvr_example_TriggerHardwareDetect.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include <iostream>
2929
#include <chrono>
3030
#include <thread>
31+
#include <mutex>
3132

3233

3334
// Anonymous namespace to avoid symbol collision

0 commit comments

Comments
 (0)