Эх сурвалжийг харах

common/uint128: Add missing header guard

Lioncash 7 жил өмнө
parent
commit
f2c41ba256
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      src/common/uint128.h

+ 2 - 0
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"