From ab190fce8b8d0c8016fb6dd93515c1e84f011ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacob=20St=C3=B8ren?= Date: Fri, 18 Oct 2019 15:00:59 +0200 Subject: [PATCH] Fixed missing pragma once --- .../IntersectionBoxCommands/RicIntersectionFeatureImpl.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ApplicationCode/Commands/IntersectionBoxCommands/RicIntersectionFeatureImpl.h b/ApplicationCode/Commands/IntersectionBoxCommands/RicIntersectionFeatureImpl.h index 20e198a92a..c660c1c02a 100644 --- a/ApplicationCode/Commands/IntersectionBoxCommands/RicIntersectionFeatureImpl.h +++ b/ApplicationCode/Commands/IntersectionBoxCommands/RicIntersectionFeatureImpl.h @@ -15,6 +15,9 @@ // for more details. // ///////////////////////////////////////////////////////////////////////////////// + +#pragma once + #include "RimIntersectionBox.h" class QString;