X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fname_format_editor.h;h=596b427409c2447ec621a80d66abe3b8906d62d3;hb=01e979c79f7d0aa20fac1bb24c699e0636168294;hp=2ae3f5e930911e887990088b3a848a717c29f2a8;hpb=03c5a8155043613c01e0e151735a7fcf8ab84415;p=dcpomatic.git diff --git a/src/wx/name_format_editor.h b/src/wx/name_format_editor.h index 2ae3f5e93..596b42740 100644 --- a/src/wx/name_format_editor.h +++ b/src/wx/name_format_editor.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2016 Carl Hetherington + Copyright (C) 2016-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,15 +18,20 @@ */ + #ifndef DCPOMATIC_NAME_FORMAT_EDITOR_H #define DCPOMATIC_NAME_FORMAT_EDITOR_H + #include "lib/compose.hpp" +#include "lib/warnings.h" #include +DCPOMATIC_DISABLE_WARNINGS #include -#include +DCPOMATIC_ENABLE_WARNINGS #include + class NameFormatEditor { public: @@ -57,4 +62,5 @@ private: std::string _suffix; }; + #endif