summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/PYLibPinyin.cc1
-rw-r--r--src/PYPPinyinEditor.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/PYLibPinyin.cc b/src/PYLibPinyin.cc
index 467b2ab..0739bea 100644
--- a/src/PYLibPinyin.cc
+++ b/src/PYLibPinyin.cc
@@ -21,6 +21,7 @@
#include "PYLibPinyin.h"
+#include <assert.h>
#include <string.h>
#include <pinyin.h>
#include "PYPConfig.h"
diff --git a/src/PYPPinyinEditor.cc b/src/PYPPinyinEditor.cc
index 8e0ddc6..18c7f20 100644
--- a/src/PYPPinyinEditor.cc
+++ b/src/PYPPinyinEditor.cc
@@ -20,6 +20,7 @@
*/
#include "PYPPinyinEditor.h"
+#include <assert.h>
#include "PYConfig.h"
#include "PYPinyinProperties.h"
#include "PYSimpTradConverter.h"