diff options
Diffstat (limited to 'src/object.hpp')
-rw-r--r-- | src/object.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.hpp b/src/object.hpp index b695308..fe3c510 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -22,7 +22,7 @@ #ifndef __XS_OBJECT_HPP_INCLUDED__ #define __XS_OBJECT_HPP_INCLUDED__ -#include "../include/xs.h" +#include "../include/xs/xs.h" #include "stdint.hpp" |