iwyu
This commit is contained in:
parent
dc55b994ce
commit
f0bebe5b10
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -42,6 +42,7 @@
|
|||
// stl
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
#include <memory>
|
||||
|
||||
// icu
|
||||
#include <unicode/unistr.h>
|
||||
|
|
Loading…
Reference in a new issue