]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add missing #pragma once to File.hpp
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 14 Oct 2019 16:56:50 +0000 (18:56 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Mon, 14 Oct 2019 20:44:49 +0000 (22:44 +0200)
src/File.hpp

index d36dbdcb691423e5ef59ff267b8cf2ea875cbc7a..e76be8f214c380372ac3ac3abcc61a344991c36a 100644 (file)
@@ -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 <cstdio>