arm_test_common: Add missing header guard

This commit is contained in:
Lioncash 2018-07-20 17:48:43 -04:00
parent c1c9ab31e8
commit a44475207c

View File

@ -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>