OctaneGUI
OctaneGUI copied to clipboard
Fix GCC 13.2.1 compilation errors
- Remove redundant std::move in TextInput::AddText to fix -Werror=redundant-move
- Add missing #include
in TestSuite.h for uint32_t type - Fixes #16: Compilation error GNU 13.2.1
These changes maintain backwards compatibility while ensuring the code compiles cleanly with modern GCC versions.