summaryrefslogtreecommitdiff
path: root/src/cpl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpl.cc')
-rw-r--r--src/cpl.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cpl.cc b/src/cpl.cc
index d7f3a79a..b5b4d715 100644
--- a/src/cpl.cc
+++ b/src/cpl.cc
@@ -27,6 +27,7 @@
#include "reel_sound_asset.h"
#include "reel_subtitle_asset.h"
#include "local_time.h"
+#include "dcp_assert.h"
#include "compose.hpp"
#include <libxml/parser.h>
@@ -250,7 +251,7 @@ CPL::pkl_type (Standard standard) const
case SMPTE:
return "text/xml";
default:
- assert (false);
+ DCP_ASSERT (false);
}
}