aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-05-28 00:53:33 -0700
committerChris Robinson <[email protected]>2017-05-28 00:53:33 -0700
commit07bb5f13223564bb7a1e8b0608dc24caa67fbae6 (patch)
tree6e52d5242d177e225477c2c661fa83aae09d034a /examples
parenta79e8f3d95873ce2898bddaeb0973b255172e44d (diff)
Add a missing include
Diffstat (limited to 'examples')
-rw-r--r--examples/alffplay.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp
index 10870930..b2033b97 100644
--- a/examples/alffplay.cpp
+++ b/examples/alffplay.cpp
@@ -5,6 +5,7 @@
*/
#include <condition_variable>
+#include <functional>
#include <algorithm>
#include <iostream>
#include <iomanip>