From 234ccb1afafd649ae5e6d9d21173ff9c7df5d917 Mon Sep 17 00:00:00 2001 From: ezelko260 Date: Mon, 27 Jan 2020 22:08:34 +0000 Subject: [PATCH] Add header guard --- include/tscore/EnumDescriptor.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tscore/EnumDescriptor.h b/include/tscore/EnumDescriptor.h index 485a5c3db59..f1c4b5075a4 100644 --- a/include/tscore/EnumDescriptor.h +++ b/include/tscore/EnumDescriptor.h @@ -19,6 +19,8 @@ limitations under the License. */ +#pragma once + #include #include