diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-04-22 23:50:01 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-04-28 23:54:42 +0200 |
| commit | b05b262a04a52abc2efb8a36ddbdfea8a1ed12cc (patch) | |
| tree | 88794f12727addcf31315daeb05b5f015162b5a3 | |
| parent | 31b0e985110098d2285c9f62f3493fe985ffa153 (diff) | |
And another missed warnings.h
| -rw-r--r-- | src/tools/dcpomatic_disk.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/dcpomatic_disk.cc b/src/tools/dcpomatic_disk.cc index 872850fba..e4cc6c264 100644 --- a/src/tools/dcpomatic_disk.cc +++ b/src/tools/dcpomatic_disk.cc @@ -37,7 +37,7 @@ #include "lib/signal_manager.h" #include "lib/util.h" #include "lib/version.h" -#include "lib/warnings.h" +#include <dcp/warnings.h> #include <wx/cmdline.h> #include <wx/wx.h> LIBDCP_DISABLE_WARNINGS |
