diff --git a/examples/deferred_with_accumulator.cpp b/examples/deferred_with_accumulator.cpp index 5e60f3e7..3d3a4e69 100644 --- a/examples/deferred_with_accumulator.cpp +++ b/examples/deferred_with_accumulator.cpp @@ -19,6 +19,7 @@ */ #include +#include // cpplint errors on chrono and thread because they are replaced (in Chromium) by other google libraries. // This is not an issue here. #include // NOLINT [build/c++11] diff --git a/examples/minimal_deferred.cpp b/examples/minimal_deferred.cpp index 59ea837e..e7c77f50 100644 --- a/examples/minimal_deferred.cpp +++ b/examples/minimal_deferred.cpp @@ -18,6 +18,7 @@ USA */ +#include #include static int counter = 0; diff --git a/test/integ/deferred.cpp b/test/integ/deferred.cpp index d798b053..9fd7005a 100644 --- a/test/integ/deferred.cpp +++ b/test/integ/deferred.cpp @@ -30,6 +30,7 @@ #include #endif +#include #include #include #include