From: Joel Rosdahl Date: Mon, 14 Oct 2019 16:56:50 +0000 (+0200) Subject: Add missing #pragma once to File.hpp X-Git-Tag: v4.0~749 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5b41c35380e743ea7053c34c5e17cb378de0b76;p=thirdparty%2Fccache.git Add missing #pragma once to File.hpp --- 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