Skip to content

Commit

Permalink
Merge pull request #332 from fireice-uk/pragma-once
Browse files Browse the repository at this point in the history
Fix missing pragma once
  • Loading branch information
AxVultis authored Mar 19, 2024
2 parents b1af6ff + b744d51 commit fd9861b
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 fd9861b

Please sign in to comment.