summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-19 22:22:45 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-19 22:22:45 +0200
commit61c96ceba44b13a3aed7ef9f140962875272917c (patch)
treede4d48ea2ddb8627200c343e8a0916ebd5102383
parent5ec068e7154a0077005bc7fbc31e6586c9cc6ba3 (diff)
Add #pragma once to header.
-rw-r--r--src/leqm_nrt.h2
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>