Skip to content

Commit

Permalink
fix missing pragma once
Browse files Browse the repository at this point in the history
  • Loading branch information
fireice-uk committed Mar 16, 2024
1 parent 5a3d815 commit b744d51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CryptoNoteCore/BlockIndex.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#pragma once

#include <boost/multi_index_container.hpp>
#include <boost/multi_index/hashed_index.hpp>
#include <boost/multi_index/random_access_index.hpp>
Expand Down

0 comments on commit b744d51

Please sign in to comment.