aboutsummaryrefslogtreecommitdiffstats
path: root/src/cps.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-09 18:52:40 +0000
committerDavid Robillard <d@drobilla.net>2010-12-09 18:52:40 +0000
commit7f7d76ec1719db97d94adeae8b31b0c9e6c11d92 (patch)
tree7e0501bb29d91e05aa0e6dc2bd1c2687724c2435 /src/cps.cpp
parentacf13b1df559c6187d270ef7e31890201c191b12 (diff)
downloadresp-7f7d76ec1719db97d94adeae8b31b0c9e6c11d92.tar.gz
resp-7f7d76ec1719db97d94adeae8b31b0c9e6c11d92.tar.bz2
resp-7f7d76ec1719db97d94adeae8b31b0c9e6c11d92.zip
Fix cpplint warnings.
git-svn-id: http://svn.drobilla.net/resp/resp@329 ad02d1e2-f140-0410-9f75-f8b11f17cedd
Diffstat (limited to 'src/cps.cpp')
-rw-r--r--src/cps.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cps.cpp b/src/cps.cpp
index f7c3892..3358089 100644
--- a/src/cps.cpp
+++ b/src/cps.cpp
@@ -20,6 +20,9 @@
*/
#include <set>
+#include <utility>
+#include <vector>
+
#include "resp.hpp"
/** (cps x cont) => (cont x) */