X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fpkl.cc;h=22589b4d19a21962efbd0699e4b4263bc4f60952;hb=dd672d926e3b88cbe42b0778fda397d9e858b592;hp=9cec68be13539d8288fb0d156ee094544de45cb8;hpb=ceaf7bc52712cb60708ed5eb5c62c5e463dd8e89;p=libdcp.git diff --git a/src/pkl.cc b/src/pkl.cc index 9cec68be..22589b4d 100644 --- a/src/pkl.cc +++ b/src/pkl.cc @@ -37,12 +37,15 @@ */ -#include "pkl.h" +#include "dcp_assert.h" #include "exceptions.h" -#include "util.h" +#include "pkl.h" #include "raw_convert.h" -#include "dcp_assert.h" +#include "util.h" +#include "warnings.h" +LIBDCP_DISABLE_WARNINGS #include +LIBDCP_ENABLE_WARNINGS #include