From 07bb5f13223564bb7a1e8b0608dc24caa67fbae6 Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Sun, 28 May 2017 00:53:33 -0700
Subject: Add a missing include

---
 examples/alffplay.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'examples/alffplay.cpp')

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>
-- 
cgit v1.2.3