Add header guard to ruby.h.
[libdcp.git] / src / ruby.h
index 343583dd67f452dc8adb88cb5ccc8b468f045f8a..dd5dce29036c7125a34267fd80ded89082a05a1b 100644 (file)
 */
 
 
+#ifndef LIBDCP_RUBY_H
+#define LIBDCP_RUBY_H
+
+
 #include <string>
 
 
@@ -69,3 +73,6 @@ bool operator!=(Ruby const& a, Ruby const& b);
 
 }
 
+
+#endif
+