diff --git a/examples/common/entry/entry_glfw.cpp b/examples/common/entry/entry_glfw.cpp index 09e177b6f..7ed2a8fc7 100644 --- a/examples/common/entry/entry_glfw.cpp +++ b/examples/common/entry/entry_glfw.cpp @@ -622,7 +622,7 @@ namespace entry GamepadGLFW m_gamepad[ENTRY_CONFIG_MAX_GAMEPADS]; - bx::SpScUnboundedQueueLf m_msgs; + bx::SpScUnboundedQueueT m_msgs; double m_scrollPos; }; diff --git a/examples/common/entry/entry_p.h b/examples/common/entry/entry_p.h index 34bd810d5..ab45cfef5 100644 --- a/examples/common/entry/entry_p.h +++ b/examples/common/entry/entry_p.h @@ -297,7 +297,7 @@ namespace entry } private: - bx::SpScUnboundedQueue m_queue; + bx::SpScUnboundedQueueT m_queue; }; } // namespace entry diff --git a/examples/common/entry/entry_x11.cpp b/examples/common/entry/entry_x11.cpp index 23a3f37a0..6ab1351e1 100644 --- a/examples/common/entry/entry_x11.cpp +++ b/examples/common/entry/entry_x11.cpp @@ -20,6 +20,8 @@ #include #include #include +#include + #include #include