diff options
| author | Carl Hetherington <cth@carlh.net> | 2026-03-06 01:18:06 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2026-03-06 01:18:06 +0100 |
| commit | f0cada65396759b4be19601d8537119a1bb4fbfa (patch) | |
| tree | 4f5fb6e0a07382fdaf1a783700ff5ae651dc0cad | |
| parent | 47eca1672334a9cf0f4b37de2f28a59b66403118 (diff) | |
Add header guard.
| -rw-r--r-- | src/ruby.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 + |
