diff options
author | Brian <runningnak3d@gmail.com> | 2010-06-07 07:13:35 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-06-07 07:13:35 -0600 |
commit | cbaf5587d62459df3ddd0a4312cb549649c30a4a (patch) | |
tree | 9764be2ea6911a01cec921ffbec506cae030dde0 /dep/include/utf8cpp | |
parent | fcd58c134dc532a99dbc19a884b9f3aa9ec70b69 (diff) |
* shared lib builds again under Linux.
--HG--
branch : trunk
Diffstat (limited to 'dep/include/utf8cpp')
-rw-r--r-- | dep/include/utf8cpp/utf8/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/include/utf8cpp/utf8/core.h b/dep/include/utf8cpp/utf8/core.h index 389dd3e8ca5..3b6edf70b96 100644 --- a/dep/include/utf8cpp/utf8/core.h +++ b/dep/include/utf8cpp/utf8/core.h @@ -31,7 +31,7 @@ DEALINGS IN THE SOFTWARE. #include <iterator> // use Trinity core types -#include "Platform/Define.h" +#include "Define.h" namespace utf8 { |