commit | f6ed5897b78235f09643978045b6bbfaf891d1a6 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Fri Sep 07 17:08:02 2018 -0500 |
committer | Adriana Kobylak <anoo@us.ibm.com> | Tue Sep 11 10:19:11 2018 -0500 |
tree | d8478ea76d480a370e46224771b8867d5a607baf | |
parent | 70ca242282d5410b4fb4bbcd4e118bc72b68c103 [diff] [blame] |
clang-format: Update to match docs repo Update the .clang-format file. Now includes header sorting and updating PointerAlignment. Change-Id: I7119c12f1cc0a461cb7e4576dff6a02dcc95cbc4 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/serialize.hpp b/serialize.hpp index 5198847..e8860f3 100644 --- a/serialize.hpp +++ b/serialize.hpp
@@ -1,5 +1,7 @@ #pragma once +#include <string> + namespace openpower { namespace software