diff options
| author | William A. Kennington III <wak@google.com> | 2018-07-22 16:51:36 -0700 |
|---|---|---|
| committer | William A. Kennington III <wak@google.com> | 2018-07-22 17:52:55 -0700 |
| commit | ebcb4f1ef3671f2530b98bfcc35cff381af4a71c (patch) | |
| tree | 8b5d354d7dbf613dfdf33c474c3c30ed8f1eda1a /test/source/event.cpp | |
| parent | 09e36d709b705ae3dd9fee9c0426523258904a0a (diff) | |
| download | sdeventplus-ebcb4f1ef3671f2530b98bfcc35cff381af4a71c.tar.gz sdeventplus-ebcb4f1ef3671f2530b98bfcc35cff381af4a71c.zip | |
test/source/event: Add missing <type_traits>
Diffstat (limited to 'test/source/event.cpp')
| -rw-r--r-- | test/source/event.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/source/event.cpp b/test/source/event.cpp index 5f19e81..bfd26c3 100644 --- a/test/source/event.cpp +++ b/test/source/event.cpp @@ -8,6 +8,7 @@ #include <sdeventplus/source/event.hpp> #include <sdeventplus/test/sdevent.hpp> #include <systemd/sd-event.h> +#include <type_traits> #include <utility> namespace sdeventplus |

