diff options
| author | Benjamin Fair <benjaminfair@google.com> | 2019-11-25 19:07:31 -0800 |
|---|---|---|
| committer | Benjamin Fair <benjaminfair@google.com> | 2019-11-25 19:11:29 -0800 |
| commit | 4152f096b7e400cd5697895178298591fa3353d0 (patch) | |
| tree | 064bb5e808c31f603462741d398074c664c205f7 | |
| parent | 286cc6adf24b611904e589b1dcd34664df741218 (diff) | |
| download | phosphor-ipmi-flash-4152f096b7e400cd5697895178298591fa3353d0.tar.gz phosphor-ipmi-flash-4152f096b7e400cd5697895178298591fa3353d0.zip | |
tools: net: add <optional> header
The constant std::nullopt is used but the header was not included.
Change-Id: Ibb79f7f0b9944425202695b8c5d4e1d191b72a69
Signed-off-by: Benjamin Fair <benjaminfair@google.com>
| -rw-r--r-- | tools/net.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/net.cpp b/tools/net.cpp index 4d2ce13..9027862 100644 --- a/tools/net.cpp +++ b/tools/net.cpp @@ -30,6 +30,7 @@ #include <cstring> #include <ipmiblob/blob_errors.hpp> #include <memory> +#include <optional> #include <stdplus/handle/managed.hpp> #include <string> #include <vector> |

