summaryrefslogtreecommitdiff
path: root/rsc/inc/rsclex.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rsclex.hxx')
-rw-r--r--rsc/inc/rsclex.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/rsc/inc/rsclex.hxx b/rsc/inc/rsclex.hxx
index 3ec3a181ede8..46cd468a7d84 100644
--- a/rsc/inc/rsclex.hxx
+++ b/rsc/inc/rsclex.hxx
@@ -17,6 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_RSC_INC_RSCLEX_HXX
+#define INCLUDED_RSC_INC_RSCLEX_HXX
+
#include <boost/unordered_set.hpp>
#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
@@ -112,4 +115,6 @@ extern RscExpression * pExp;
extern ObjectStack S;
extern StringContainer* pStringContainer;
+#endif // INCLUDED_RSC_INC_RSCLEX_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */