Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
fix: Add missing include guard
Browse files Browse the repository at this point in the history
  • Loading branch information
conr2d committed Apr 20, 2023
1 parent bfdcf9d commit e31fe52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/eosiolib/core/eosio/serialize.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <boost/preprocessor/seq/for_each.hpp>
#include <boost/preprocessor/seq/enum.hpp>
#include <boost/preprocessor/seq/size.hpp>
Expand Down

0 comments on commit e31fe52

Please sign in to comment.