diff options
author | Patrick Venture <venture@google.com> | 2018-09-27 14:56:42 -0700 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2018-09-27 14:56:42 -0700 |
commit | e01c0af722d342962dd57c4de7a610bf0dbb3e6a (patch) | |
tree | 5726bae1cdf2e765d8e283d847a0c21498896e04 /example/example.cpp | |
parent | aceb4baa1b3b58d425c4c706069ec51fb594305f (diff) | |
download | phosphor-ipmi-blobs-e01c0af722d342962dd57c4de7a610bf0dbb3e6a.tar.gz phosphor-ipmi-blobs-e01c0af722d342962dd57c4de7a610bf0dbb3e6a.zip |
example: fixup compilation
The example handler had compilation errors.
Change-Id: I53392b53f021bf01887559cee4bd79b2799f5730
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'example/example.cpp')
-rw-r--r-- | example/example.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/example.cpp b/example/example.cpp index de05f00..66c8227 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -1,6 +1,7 @@ #include "example/example.hpp" #include <algorithm> +#include <cstring> #include <string> #include <vector> |