diff options
Diffstat (limited to 'japanese/kasumi/files/patch-KasumiException.hxx')
-rw-r--r-- | japanese/kasumi/files/patch-KasumiException.hxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/kasumi/files/patch-KasumiException.hxx b/japanese/kasumi/files/patch-KasumiException.hxx new file mode 100644 index 000000000000..f4497c682f16 --- /dev/null +++ b/japanese/kasumi/files/patch-KasumiException.hxx @@ -0,0 +1,11 @@ +--- KasumiException.hxx.orig Fri Jan 7 23:18:09 2005 ++++ KasumiException.hxx Sun May 22 19:58:45 2005 +@@ -5,6 +5,8 @@ + #include "config.h" + #endif + ++#include <string> ++ + using namespace std; + + class KasumiDicExaminationException{ |