Преглед на файлове

arm_test_common: Add missing header guard

Lioncash преди 8 години
родител
ревизия
a44475207c
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/tests/core/arm/arm_test_common.h

+ 2 - 0
src/tests/core/arm/arm_test_common.h

@@ -2,6 +2,8 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
+#pragma once
+
 #include <tuple>
 #include <unordered_map>
 #include <vector>