ext/rucy/class.h in rucy-0.1.35 vs ext/rucy/class.h in rucy-0.1.36
- old
+ new
@@ -4,10 +4,10 @@
#define __CLASS_H__
#include <xot/ref.h>
#include <xot/string.h>
-#include <rucy/extension.h>
+#include "rucy/extension.h"
#include "tester.h"
class Base : public Xot::RefCountable<>
{