Skip to content

Commit fd9861b

Browse files
authored
Merge pull request #332 from fireice-uk/pragma-once
Fix missing pragma once
2 parents b1af6ff + b744d51 commit fd9861b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CryptoNoteCore/BlockIndex.h

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
// Distributed under the MIT/X11 software license, see the accompanying
66
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
77

8+
#pragma once
9+
810
#include <boost/multi_index_container.hpp>
911
#include <boost/multi_index/hashed_index.hpp>
1012
#include <boost/multi_index/random_access_index.hpp>

0 commit comments

Comments
 (0)