commit | dd04017914c3c656bbebc22e7899c40a79e520fc | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Thu Jun 22 18:07:39 2023 +0000 |
committer | Brandon Kim <brandonkim@google.com> | Thu Jun 22 18:07:39 2023 +0000 |
tree | f579da92837046d4fac3bf0ecb7e7baa31578976 | |
parent | 444b5ea4847ea7c014114094d4b63672122f9786 [diff] |
bmc_mode: Add #pragma once This was missed initially Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I9d7de13bab0e18e1335654f174c5d4564771464f
diff --git a/bmc_mode_enum.hpp b/bmc_mode_enum.hpp index d264c3a..dbad89b 100644 --- a/bmc_mode_enum.hpp +++ b/bmc_mode_enum.hpp
@@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +#pragma once + #include <cstdint> namespace google