diff options
Diffstat (limited to 'src/menu/frame_background_image.hpp')
-rw-r--r-- | src/menu/frame_background_image.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu/frame_background_image.hpp b/src/menu/frame_background_image.hpp index a3349574..de9103c1 100644 --- a/src/menu/frame_background_image.hpp +++ b/src/menu/frame_background_image.hpp @@ -31,7 +31,7 @@ #include <GL/gl.h> #include "frame_background.hpp" -#include "texture.hpp" +#include "base/texture.hpp" namespace usdx { |