diff options
author | Chris Robinson <[email protected]> | 2017-05-28 00:53:33 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-05-28 00:53:33 -0700 |
commit | 07bb5f13223564bb7a1e8b0608dc24caa67fbae6 (patch) | |
tree | 6e52d5242d177e225477c2c661fa83aae09d034a /examples | |
parent | a79e8f3d95873ce2898bddaeb0973b255172e44d (diff) |
Add a missing include
Diffstat (limited to 'examples')
-rw-r--r-- | examples/alffplay.cpp | 1 |
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> |