diff options
Diffstat (limited to 'src')
| -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 + |
