From da6659cc25547f2d10917dade85a0c46a6871335 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Mon, 15 Feb 2016 21:34:30 +0100 Subject: [PATCH] [DEV] missing pragma once --- etk/math/Vector4D.h | 1 + 1 file changed, 1 insertion(+) diff --git a/etk/math/Vector4D.h b/etk/math/Vector4D.h index a4c4cdb..2da1ba5 100644 --- a/etk/math/Vector4D.h +++ b/etk/math/Vector4D.h @@ -5,6 +5,7 @@ * * @license APACHE v2.0 (see license file) */ +#pragma once #include