From f5b41c35380e743ea7053c34c5e17cb378de0b76 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 14 Oct 2019 18:56:50 +0200 Subject: [PATCH] Add missing #pragma once to File.hpp --- src/File.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/File.hpp b/src/File.hpp index d36dbdcb6..e76be8f21 100644 --- a/src/File.hpp +++ b/src/File.hpp @@ -16,6 +16,8 @@ // this program; if not, write to the Free Software Foundation, Inc., 51 // Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +#pragma once + #include "NonCopyable.hpp" #include -- 2.47.3