diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-13 13:52:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-13 13:52:08 +0100 |
| commit | 9dc16d0245ea451dc00d350ddf08573d4e9a66d9 (patch) | |
| tree | c32cb105b780da2b057bc0a1d6db5189db5deec4 | |
| parent | b7f03f959f8aa8283ae33f24d4846cb84058b9fb (diff) | |
Fix #include.
| -rw-r--r-- | src/tools/dcpomatic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic.cc b/src/tools/dcpomatic.cc index d46ddf1d7..b04815f5b 100644 --- a/src/tools/dcpomatic.cc +++ b/src/tools/dcpomatic.cc @@ -30,7 +30,7 @@ #include <wx/stdpaths.h> #include <wx/cmdline.h> #include <wx/preferences.h> -#include <libdcp/exceptions.h> +#include <dcp/exceptions.h> #include "wx/film_viewer.h" #include "wx/film_editor.h" #include "wx/job_manager_view.h" |
