From: Joel Rosdahl Date: Sat, 7 Sep 2019 17:41:00 +0000 (+0200) Subject: Add missing include guard X-Git-Tag: v4.0~792 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14b8801ac4326c82b3e72de7ab7e19f5229ee3fb;p=thirdparty%2Fccache.git Add missing include guard --- diff --git a/src/ProgressBar.hpp b/src/ProgressBar.hpp index f1b43e517..c23696c59 100644 --- a/src/ProgressBar.hpp +++ b/src/ProgressBar.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 class ProgressBar