summaryrefslogtreecommitdiff
path: root/thirdparty/icu4c/common/bytesinkutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/icu4c/common/bytesinkutil.h')
-rw-r--r--thirdparty/icu4c/common/bytesinkutil.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/thirdparty/icu4c/common/bytesinkutil.h b/thirdparty/icu4c/common/bytesinkutil.h
index ab2516432d..929c71fbee 100644
--- a/thirdparty/icu4c/common/bytesinkutil.h
+++ b/thirdparty/icu4c/common/bytesinkutil.h
@@ -4,6 +4,9 @@
// bytesinkutil.h
// created: 2017sep14 Markus W. Scherer
+#ifndef BYTESINKUTIL_H
+#define BYTESINKUTIL_H
+
#include "unicode/utypes.h"
#include "unicode/bytestream.h"
#include "unicode/edits.h"
@@ -81,3 +84,5 @@ private:
};
U_NAMESPACE_END
+
+#endif //BYTESINKUTIL_H