From 76ceec5be8d91ef710052b7715a66d96104c9be6 Mon Sep 17 00:00:00 2001 From: epoupon Date: Tue, 29 Sep 2015 18:26:40 +0200 Subject: [PATCH] Added a include guard --- src/ui/common/Validators.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ui/common/Validators.hpp b/src/ui/common/Validators.hpp index a7166e47..76e1b3a5 100644 --- a/src/ui/common/Validators.hpp +++ b/src/ui/common/Validators.hpp @@ -17,6 +17,8 @@ * along with LMS. If not, see . */ +#pragma once + #include #include