diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-19 22:22:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-20 00:31:10 +0200 |
| commit | a04082a9447fb51d51720d4569ae354ae970931a (patch) | |
| tree | de4d48ea2ddb8627200c343e8a0916ebd5102383 | |
| parent | 5210121495a635ef13efda46b604ecc63961f390 (diff) | |
Add #pragma once to header.
| -rw-r--r-- | src/leqm_nrt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leqm_nrt.h b/src/leqm_nrt.h index 92e2ce3..2dc25f0 100644 --- a/src/leqm_nrt.h +++ b/src/leqm_nrt.h @@ -1,3 +1,5 @@ +#pragma once + #include <string> #include <vector> #include <functional> |
