Browse Source

common/uint128: Add missing header guard

nce_cpp
Lioncash 7 years ago
parent
commit
af52b092ef
  1. 2
      src/common/uint128.h

2
src/common/uint128.h

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#pragma once
#include <utility>
#include "common/common_types.h"

Loading…
Cancel
Save