commit | 425691a2a9104d25a7b381b00af136a1465891ad | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sun Jul 22 12:22:13 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Sun Jul 22 14:55:39 2018 -0700 |
tree | 3f87fc24e8b3c5dbc879c2ca31d4296dd307d934 | |
parent | 1072c7f086eb8938c90f42ee0e8c3845598c101e [diff] |
test/time: Missing functional
diff --git a/test/source/time.cpp b/test/source/time.cpp index 35ae6a0..aa25da0 100644 --- a/test/source/time.cpp +++ b/test/source/time.cpp
@@ -1,5 +1,6 @@ #include <cerrno> #include <chrono> +#include <functional> #include <gmock/gmock.h> #include <gtest/gtest.h> #include <memory>