diff options
Diffstat (limited to 'src/lib/formats/cassimg.cpp')
-rw-r--r-- | src/lib/formats/cassimg.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/cassimg.cpp b/src/lib/formats/cassimg.cpp index 2c46e61c485..ee271abc8a7 100644 --- a/src/lib/formats/cassimg.cpp +++ b/src/lib/formats/cassimg.cpp @@ -11,6 +11,8 @@ #include "cassimg.h" #include "imageutl.h" +#include "corealloc.h" // make_unique_clear + #include <algorithm> #include <cassert> #include <cstring> |