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:
|
script:
|
||||||
- ./configure CXX=${CXX} CC=${CC} DEMO=False BINDINGS='' CPP_TESTS=False CAIRO=False FAST=True && JOBS=2 make
|
- ./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:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
// stl
|
// stl
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
// icu
|
// icu
|
||||||
#include <unicode/unistr.h>
|
#include <unicode/unistr.h>
|
||||||
|
|
Loading…
Reference in a new issue