diff options
| author | William A. Kennington III <wak@google.com> | 2018-07-22 12:22:13 -0700 |
|---|---|---|
| committer | William A. Kennington III <wak@google.com> | 2018-07-22 14:55:39 -0700 |
| commit | 425691a2a9104d25a7b381b00af136a1465891ad (patch) | |
| tree | 3f87fc24e8b3c5dbc879c2ca31d4296dd307d934 /test/source/time.cpp | |
| parent | 1072c7f086eb8938c90f42ee0e8c3845598c101e (diff) | |
| download | sdeventplus-425691a2a9104d25a7b381b00af136a1465891ad.tar.gz sdeventplus-425691a2a9104d25a7b381b00af136a1465891ad.zip | |
test/time: Missing functional
Diffstat (limited to 'test/source/time.cpp')
| -rw-r--r-- | test/source/time.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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> |

