]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Add missing include guard
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 7 Sep 2019 17:41:00 +0000 (19:41 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 7 Sep 2019 17:41:00 +0000 (19:41 +0200)
src/ProgressBar.hpp

index f1b43e517e060102ce122f4985fbb223c62c5193..c23696c590066495775e02bd3cf21e16aea27c37 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 <string>
 
 class ProgressBar