diff options
Diffstat (limited to 'flower/textstr.hh')
-rw-r--r-- | flower/textstr.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/flower/textstr.hh b/flower/textstr.hh index 41a979f27f..c64a989c3c 100644 --- a/flower/textstr.hh +++ b/flower/textstr.hh @@ -1,3 +1,6 @@ +#ifndef TEXTSTR_HH +#define TEXTSTR_HH + #include <stdio.h> #include <ctype.h> @@ -112,3 +115,4 @@ class Data_file : private Text_stream exit(1); } }; +#endif |