diff --git a/simgear/io/DNSClient.cxx b/simgear/io/DNSClient.cxx index 07547bc3..080d84ec 100644 --- a/simgear/io/DNSClient.cxx +++ b/simgear/io/DNSClient.cxx @@ -22,9 +22,13 @@ // #include + +#include + #include "DNSClient.hxx" #include -#include +#include + #include namespace simgear { diff --git a/simgear/props/props_test.cxx b/simgear/props/props_test.cxx index 2f61bfbb..14211040 100644 --- a/simgear/props/props_test.cxx +++ b/simgear/props/props_test.cxx @@ -9,6 +9,7 @@ #include +#include #include // std::unique_ptr #include #include