summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-03-06 01:18:06 +0100
committerCarl Hetherington <cth@carlh.net>2026-03-06 01:18:06 +0100
commitf0cada65396759b4be19601d8537119a1bb4fbfa (patch)
tree4f5fb6e0a07382fdaf1a783700ff5ae651dc0cad
parent47eca1672334a9cf0f4b37de2f28a59b66403118 (diff)
Add header guard.
-rw-r--r--src/ruby.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ruby.h b/src/ruby.h
index 343583dd..dd5dce29 100644
--- a/src/ruby.h
+++ b/src/ruby.h
@@ -32,6 +32,10 @@
*/
+#ifndef LIBDCP_RUBY_H
+#define LIBDCP_RUBY_H
+
+
#include <string>
@@ -69,3 +73,6 @@ bool operator!=(Ruby const& a, Ruby const& b);
}
+
+#endif
+