commit | 7db89e36d7c5649b826b607cb2d90e38bb02ab86 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Oct 18 16:42:03 2018 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Oct 18 16:43:22 2018 -0400 |
tree | 0b80bc223a0147bd557d153282f9dd0bd563371f | |
parent | 1fcff95c382db7eb001c78f471f5da7683534fc6 [diff] |
events: Add missing memory header include Include memory so we don't require a specific include ordering. Change-Id: I2f5d195b07191963cb194de100ddf3523c295b93 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/occ_events.hpp b/occ_events.hpp index cc6f616..26318e8 100644 --- a/occ_events.hpp +++ b/occ_events.hpp
@@ -1,6 +1,8 @@ #pragma once #include <systemd/sd-event.h> + +#include <memory> namespace open_power { namespace occ