summaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2019-09-23 22:08:36 +0200
committerlouiz’ <louiz@louiz.org>2019-09-23 22:08:36 +0200
commit7c660c3f3985cfeed209555c4467dcd5dbd49744 (patch)
treecb324c20a0490abf2c7bec79d77f492ebd9b7d59 /src/utils
parent6ab064d04d76d057401aeb598fe300deb48b4965 (diff)
downloadbiboumi-7c660c3f3985cfeed209555c4467dcd5dbd49744.tar.gz
biboumi-7c660c3f3985cfeed209555c4467dcd5dbd49744.tar.bz2
biboumi-7c660c3f3985cfeed209555c4467dcd5dbd49744.tar.xz
biboumi-7c660c3f3985cfeed209555c4467dcd5dbd49744.zip
Add a missing pragma once
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/dirname.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/dirname.hpp b/src/utils/dirname.hpp
index 73e1b57..c13393d 100644
--- a/src/utils/dirname.hpp
+++ b/src/utils/dirname.hpp
@@ -1,3 +1,5 @@
+#pragma once
+
#include <string>
namespace utils