aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/bufferfragment_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/bufferfragment_p.h b/src/core/bufferfragment_p.h
index 117d8db3..8d0931bc 100644
--- a/src/core/bufferfragment_p.h
+++ b/src/core/bufferfragment_p.h
@@ -21,6 +21,8 @@
#ifndef BUFFERFRAGMENT_H
#define BUFFERFRAGMENT_H
+#include "kconfigini_p.h"
+
#define bf_isspace(str) ((str == ' ') || (str == '\t') || (str == '\r'))
// This class provides wrapper around fragment of existing buffer (array of bytes).