From 3f3ae48ff40f1e15dcbebb2219d628069023810b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 7 Jan 2014 23:57:39 +0100 Subject: [PATCH] test: add missing includes --- test/dump_rva2.cxx | 1 + test/read_conf.cxx | 2 ++ test/read_tags.cxx | 1 + test/run_encoder.cxx | 2 ++ test/run_filter.cxx | 2 ++ test/run_output.cxx | 1 + test/run_resolver.cxx | 1 + test/software_volume.cxx | 1 + 8 files changed, 11 insertions(+) diff --git a/test/dump_rva2.cxx b/test/dump_rva2.cxx index c1683c895..e79703e50 100644 --- a/test/dump_rva2.cxx +++ b/test/dump_rva2.cxx @@ -33,6 +33,7 @@ #endif #include +#include const char * config_get_string(gcc_unused enum ConfigOption option, diff --git a/test/read_conf.cxx b/test/read_conf.cxx index 1f137e9a2..b27c70497 100644 --- a/test/read_conf.cxx +++ b/test/read_conf.cxx @@ -24,6 +24,8 @@ #include "Log.hxx" #include +#include +#include int main(int argc, char **argv) { diff --git a/test/read_tags.cxx b/test/read_tags.cxx index d2cd162d2..49d40befb 100644 --- a/test/read_tags.cxx +++ b/test/read_tags.cxx @@ -37,6 +37,7 @@ #include #include #include +#include #ifdef HAVE_LOCALE_H #include diff --git a/test/run_encoder.cxx b/test/run_encoder.cxx index 166af08ef..a71b815f5 100644 --- a/test/run_encoder.cxx +++ b/test/run_encoder.cxx @@ -27,6 +27,8 @@ #include "Log.hxx" #include "stdbin.h" +#include +#include #include #include diff --git a/test/run_filter.cxx b/test/run_filter.cxx index 6781700d8..3b5e803d7 100644 --- a/test/run_filter.cxx +++ b/test/run_filter.cxx @@ -36,6 +36,8 @@ #include #include +#include +#include #include #include diff --git a/test/run_output.cxx b/test/run_output.cxx index c7865bf2c..86c2452b9 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -44,6 +44,7 @@ #include #include #include +#include EventLoop *main_loop; diff --git a/test/run_resolver.cxx b/test/run_resolver.cxx index aba7238ec..7a0ea3b64 100644 --- a/test/run_resolver.cxx +++ b/test/run_resolver.cxx @@ -30,6 +30,7 @@ #include #endif +#include #include int main(int argc, char **argv) diff --git a/test/software_volume.cxx b/test/software_volume.cxx index 1a336f2df..b10eabeb3 100644 --- a/test/software_volume.cxx +++ b/test/software_volume.cxx @@ -32,6 +32,7 @@ #include "stdbin.h" #include "Log.hxx" +#include #include #include #include