This commit is contained in:
Dane Springmeyer 2013-09-25 21:35:25 -07:00
parent dc55b994ce
commit f0bebe5b10
2 changed files with 2 additions and 1 deletions

View file

@ -11,7 +11,7 @@ before_install:
script:
- ./configure CXX=${CXX} CC=${CC} DEMO=False BINDINGS='' CPP_TESTS=False CAIRO=False FAST=True && JOBS=2 make
- for FILE in tests/cpp_tests/*-bin; do $FILE || true; done
- for FILE in tests/cpp_tests/*-bin; do $FILE || true; done;
branches:
only:

View file

@ -42,6 +42,7 @@
// stl
#include <string>
#include <cmath>
#include <memory>
// icu
#include <unicode/unistr.h>