diff options
Diffstat (limited to 'src/UniqueString.h')
-rw-r--r-- | src/UniqueString.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/UniqueString.h b/src/UniqueString.h index 442d17c79..18f17029f 100644 --- a/src/UniqueString.h +++ b/src/UniqueString.h @@ -11,6 +11,8 @@ #ifndef UNIQUESTRING_H #define UNIQUESTRING_H +#include "Compat.h" + namespace Scintilla { constexpr bool IsNullOrEmpty(const char *text) noexcept { |