From a3805a0a6771e282026bf3c4783bea1cdba58556 Mon Sep 17 00:00:00 2001 From: Goraf <22941576+Goraf@users.noreply.github.com> Date: Sun, 25 Feb 2018 00:41:47 +0100 Subject: add missed guards for header files --- plugins/helpers/commonheaders.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/helpers/commonheaders.h') diff --git a/plugins/helpers/commonheaders.h b/plugins/helpers/commonheaders.h index d66f2b4978..b523e0bdd1 100644 --- a/plugins/helpers/commonheaders.h +++ b/plugins/helpers/commonheaders.h @@ -22,6 +22,8 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#pragma once + #if defined( UNICODE ) && !defined( _UNICODE ) # define _UNICODE #endif -- cgit v1.2.3