From f0bebe5b10b5c87250f02d4c66aeac2c84719005 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 25 Sep 2013 21:35:25 -0700 Subject: [PATCH] iwyu --- .travis.yml | 2 +- include/mapnik/value.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 93b80e1a9..639ebb16a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/include/mapnik/value.hpp b/include/mapnik/value.hpp index 1ad24e0b7..3d6af5a6a 100644 --- a/include/mapnik/value.hpp +++ b/include/mapnik/value.hpp @@ -42,6 +42,7 @@ // stl #include #include +#include // icu #include