From 4bd63ce7a045b8d98ad308c26ab809130a438831 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sat, 25 May 2013 16:04:40 -0700 Subject: [PATCH] iwyu and fix compile on linux --- tests/cpp_tests/agg_blend_src_over_test.cpp | 1 + tests/cpp_tests/clipping_test.cpp | 1 + tests/cpp_tests/conversions_test.cpp | 1 + tests/cpp_tests/csv_parse_test.cpp | 1 + tests/cpp_tests/exceptions_test.cpp | 1 + tests/cpp_tests/font_registration_test.cpp | 1 + tests/cpp_tests/fontset_runtime_test.cpp | 2 +- tests/cpp_tests/geometry_converters_test.cpp | 1 + tests/cpp_tests/image_io_test.cpp | 1 + tests/cpp_tests/label_algo_test.cpp | 2 +- tests/cpp_tests/map_request_test.cpp | 1 + tests/cpp_tests/params_test.cpp | 1 + tests/cpp_tests/wkb_formats_test.cpp | 1 + 13 files changed, 13 insertions(+), 2 deletions(-) diff --git a/tests/cpp_tests/agg_blend_src_over_test.cpp b/tests/cpp_tests/agg_blend_src_over_test.cpp index d3014df5a..7fbcb18a6 100644 --- a/tests/cpp_tests/agg_blend_src_over_test.cpp +++ b/tests/cpp_tests/agg_blend_src_over_test.cpp @@ -5,6 +5,7 @@ #include #include #include +#include #include "agg_color_rgba.h" #include "agg_pixfmt_rgba.h" #include "agg_rendering_buffer.h" diff --git a/tests/cpp_tests/clipping_test.cpp b/tests/cpp_tests/clipping_test.cpp index 655c0c4d2..ada7f78c9 100644 --- a/tests/cpp_tests/clipping_test.cpp +++ b/tests/cpp_tests/clipping_test.cpp @@ -13,6 +13,7 @@ #include #include #include +#include // agg #include "agg_conv_clip_polygon.h" diff --git a/tests/cpp_tests/conversions_test.cpp b/tests/cpp_tests/conversions_test.cpp index 3be55b73d..fc0a3e070 100644 --- a/tests/cpp_tests/conversions_test.cpp +++ b/tests/cpp_tests/conversions_test.cpp @@ -4,6 +4,7 @@ #include #include #include +#include int main(int argc, char** argv) { diff --git a/tests/cpp_tests/csv_parse_test.cpp b/tests/cpp_tests/csv_parse_test.cpp index cf4aa22db..c982f429a 100644 --- a/tests/cpp_tests/csv_parse_test.cpp +++ b/tests/cpp_tests/csv_parse_test.cpp @@ -4,6 +4,7 @@ #include "plugins/input/csv/csv_datasource.hpp" #include #include +#include int main(int argc, char** argv) { diff --git a/tests/cpp_tests/exceptions_test.cpp b/tests/cpp_tests/exceptions_test.cpp index c56aae050..28b397c8b 100644 --- a/tests/cpp_tests/exceptions_test.cpp +++ b/tests/cpp_tests/exceptions_test.cpp @@ -20,6 +20,7 @@ #include #include #include +#include extern "C" { #include diff --git a/tests/cpp_tests/font_registration_test.cpp b/tests/cpp_tests/font_registration_test.cpp index 6c7ac84fe..02b9bd43d 100644 --- a/tests/cpp_tests/font_registration_test.cpp +++ b/tests/cpp_tests/font_registration_test.cpp @@ -8,6 +8,7 @@ namespace sys = boost::system; #include #include #include +#include int main(int argc, char** argv) { diff --git a/tests/cpp_tests/fontset_runtime_test.cpp b/tests/cpp_tests/fontset_runtime_test.cpp index e7599e8ec..10cc4f0b1 100644 --- a/tests/cpp_tests/fontset_runtime_test.cpp +++ b/tests/cpp_tests/fontset_runtime_test.cpp @@ -18,7 +18,7 @@ #include #include #include - +#include int main(int argc, char** argv) { diff --git a/tests/cpp_tests/geometry_converters_test.cpp b/tests/cpp_tests/geometry_converters_test.cpp index 3ba82c85d..2cf29942b 100644 --- a/tests/cpp_tests/geometry_converters_test.cpp +++ b/tests/cpp_tests/geometry_converters_test.cpp @@ -18,6 +18,7 @@ #include #include #include +#include struct output_geometry_backend { diff --git a/tests/cpp_tests/image_io_test.cpp b/tests/cpp_tests/image_io_test.cpp index 0d3e10be1..99bb434c1 100644 --- a/tests/cpp_tests/image_io_test.cpp +++ b/tests/cpp_tests/image_io_test.cpp @@ -9,6 +9,7 @@ namespace sys = boost::system; #include #include #include +#include int main(int argc, char** argv) { diff --git a/tests/cpp_tests/label_algo_test.cpp b/tests/cpp_tests/label_algo_test.cpp index abd6b604c..d997d19b9 100644 --- a/tests/cpp_tests/label_algo_test.cpp +++ b/tests/cpp_tests/label_algo_test.cpp @@ -4,7 +4,7 @@ #include #include #include - +#include int main(int argc, char** argv) { diff --git a/tests/cpp_tests/map_request_test.cpp b/tests/cpp_tests/map_request_test.cpp index 6bf777514..55aa3401e 100644 --- a/tests/cpp_tests/map_request_test.cpp +++ b/tests/cpp_tests/map_request_test.cpp @@ -19,6 +19,7 @@ #include #include #include +#include bool compare_images(std::string const& src_fn,std::string const& dest_fn) { diff --git a/tests/cpp_tests/params_test.cpp b/tests/cpp_tests/params_test.cpp index a262d9005..a02e546e9 100644 --- a/tests/cpp_tests/params_test.cpp +++ b/tests/cpp_tests/params_test.cpp @@ -5,6 +5,7 @@ #include #include #include +#include #include int main(int argc, char** argv) diff --git a/tests/cpp_tests/wkb_formats_test.cpp b/tests/cpp_tests/wkb_formats_test.cpp index 10715ec3f..231388c69 100644 --- a/tests/cpp_tests/wkb_formats_test.cpp +++ b/tests/cpp_tests/wkb_formats_test.cpp @@ -6,6 +6,7 @@ #include #include #include +#include int main(int argc, char** argv)