commit | 4857ab46d94c4b2e0302b8e2a453b6f63e8143ea | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Jan 21 03:14:08 2021 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Jan 21 03:14:28 2021 -0800 |
tree | 263cd86f94f92008e31af3946dafbacc47587c9a | |
parent | 0d5bb784535bc40c3857c6dc87e0d6b9eace565c [diff] [blame] |
util: Fix missing header Change-Id: Ie4b02a8626195f3147305b6934b763a2090a5f04 Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/util.hpp b/util.hpp index 26067b5..8e579f5 100644 --- a/util.hpp +++ b/util.hpp
@@ -1,4 +1,5 @@ #pragma once +#include <utility> namespace ipmi_flash {