diff options
| author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2022-12-04 20:24:53 +0200 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2022-12-04 20:46:20 +0200 |
| commit | f22939013aa53b6584503285e32237f52490f3e2 (patch) | |
| tree | 1df5d31ffdb602fb1cf9cbf54bd90fe18a37410f /kms++util | |
| parent | adc05b66548d10ad8c4a400fb8e8b072a2fd8e2c (diff) | |
kms++util: Add missing #pragma once
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Diffstat (limited to 'kms++util')
| -rw-r--r-- | kms++util/inc/kms++util/resourcemanager.h | 2 | ||||
| -rw-r--r-- | kms++util/inc/kms++util/stopwatch.h | 2 | ||||
| -rw-r--r-- | kms++util/inc/kms++util/strhelpers.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/kms++util/inc/kms++util/resourcemanager.h b/kms++util/inc/kms++util/resourcemanager.h index 11c11b3..78a2b9c 100644 --- a/kms++util/inc/kms++util/resourcemanager.h +++ b/kms++util/inc/kms++util/resourcemanager.h @@ -1,3 +1,5 @@ +#pragma once + #include <kms++/kms++.h> #include <set> #include <string> diff --git a/kms++util/inc/kms++util/stopwatch.h b/kms++util/inc/kms++util/stopwatch.h index 9b60fa1..ea44ba4 100644 --- a/kms++util/inc/kms++util/stopwatch.h +++ b/kms++util/inc/kms++util/stopwatch.h @@ -1,3 +1,5 @@ +#pragma once + #include <chrono> class Stopwatch diff --git a/kms++util/inc/kms++util/strhelpers.h b/kms++util/inc/kms++util/strhelpers.h index c4032d7..c352fad 100644 --- a/kms++util/inc/kms++util/strhelpers.h +++ b/kms++util/inc/kms++util/strhelpers.h @@ -1,3 +1,5 @@ +#pragma once + #include <sstream> #include <string> #include <vector> |
