src/frame_buffer.h in rays-0.1.36 vs src/frame_buffer.h in rays-0.1.37

- old
+ new

@@ -3,10 +3,10 @@ #ifndef __RAYS_SRC_FRAME_BUFFER_H__ #define __RAYS_SRC_FRAME_BUFFER_H__ #include <xot/pimpl.h> -#include <rays/defs.h> +#include "rays/defs.h" #include "opengl.h" namespace Rays {