diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-10-01 15:18:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-10-01 15:18:19 +0100 |
| commit | 39155213741fa0c50ed8af8ca3bae168e412a06b (patch) | |
| tree | 01dd0cf7d1f773f0ca6ae4957f26e417b0389516 | |
| parent | 3adddd811781ca7c5fe268a81d732a63a905a841 (diff) | |
Fix erroneous include.
| -rw-r--r-- | src/reel.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
