diff options
Diffstat (limited to 'modules/window/c++/xcb.cpp')
-rw-r--r-- | modules/window/c++/xcb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/window/c++/xcb.cpp b/modules/window/c++/xcb.cpp index 1b804ba..e90fa5a 100644 --- a/modules/window/c++/xcb.cpp +++ b/modules/window/c++/xcb.cpp @@ -2,7 +2,7 @@ #error "XCB is not supported" #endif -#include "xcb.h" +#include "xcb.hpp" namespace saw { namespace gfx { |