commit | ebcb4f1ef3671f2530b98bfcc35cff381af4a71c | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sun Jul 22 16:51:36 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Sun Jul 22 17:52:55 2018 -0700 |
tree | 8b5d354d7dbf613dfdf33c474c3c30ed8f1eda1a | |
parent | 09e36d709b705ae3dd9fee9c0426523258904a0a [diff] [blame] |
test/source/event: Add missing <type_traits>
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