aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RunStyles.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/RunStyles.h')
-rw-r--r--src/RunStyles.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/RunStyles.h b/src/RunStyles.h
index f16421fd0..0a333ca2a 100644
--- a/src/RunStyles.h
+++ b/src/RunStyles.h
@@ -7,6 +7,9 @@
/// Styling buffer using one element for each run rather than using
/// a filled buffer.
+#ifndef RUNSTYLES_H
+#define RUNSTYLES_H
+
#ifdef SCI_NAMESPACE
namespace Scintilla {
#endif
@@ -39,3 +42,5 @@ public:
#ifdef SCI_NAMESPACE
}
#endif
+
+#endif