summaryrefslogtreecommitdiffstats
path: root/src/PYPunctEditor.h
diff options
context:
space:
mode:
authorPeng Huang <shawn.p.huang@gmail.com>2010-09-27 14:09:07 +0800
committerPeng Huang <shawn.p.huang@gmail.com>2010-09-27 14:09:07 +0800
commita0b31c7a250cfa7af1b52056a1d1ada81b22a455 (patch)
tree8da3ce94a625c249e3e4b1ab81afcee7f4900236 /src/PYPunctEditor.h
parent27c2f7ea0ef69094db2dfc009bb661276fc90227 (diff)
downloadibus-libpinyin-a0b31c7a250cfa7af1b52056a1d1ada81b22a455.tar.gz
ibus-libpinyin-a0b31c7a250cfa7af1b52056a1d1ada81b22a455.tar.xz
ibus-libpinyin-a0b31c7a250cfa7af1b52056a1d1ada81b22a455.zip
Add option --disable-boost to support build without boost
When build without boost, ibus-pinyin will use smart pointer from c++0x and use the signal templates embedded instead of boost::signals2. BUG=chromium-os:5055 TEST=manual Review URL: http://codereview.appspot.com/2205044
Diffstat (limited to 'src/PYPunctEditor.h')
-rw-r--r--src/PYPunctEditor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/PYPunctEditor.h b/src/PYPunctEditor.h
index 0035813..98c81cd 100644
--- a/src/PYPunctEditor.h
+++ b/src/PYPunctEditor.h
@@ -22,6 +22,8 @@
#ifndef __PY_PUNCT_EDITOR_
#define __PY_PUNCT_EDITOR_
+#include <vector>
+
#include "PYLookupTable.h"
#include "PYEditor.h"