summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-01 15:18:19 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-01 15:18:19 +0100
commit39155213741fa0c50ed8af8ca3bae168e412a06b (patch)
tree01dd0cf7d1f773f0ca6ae4957f26e417b0389516
parent3adddd811781ca7c5fe268a81d732a63a905a841 (diff)
Fix erroneous include.
-rw-r--r--src/reel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reel.h b/src/reel.h
index 5dcb97c2..54be9a5d 100644
--- a/src/reel.h
+++ b/src/reel.h
@@ -24,7 +24,7 @@
#include <boost/shared_ptr.hpp>
#include <boost/function.hpp>
#include <libxml++/libxml++.h>
-#include <libdcp/key.h>
+#include "key.h"
#include "types.h"
namespace xmlpp {