X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ee993c741097adb4ca4f0a18b6c7848950a2ffb6..44f8caa7862bfdf67605adb801cd1fbb41c8aca5:/samples/joytest/joytest.cpp diff --git a/samples/joytest/joytest.cpp b/samples/joytest/joytest.cpp index 5fe4889958..a073793928 100644 --- a/samples/joytest/joytest.cpp +++ b/samples/joytest/joytest.cpp @@ -20,8 +20,12 @@ #include "wx/wx.h" #endif -#include -#include +#if !wxUSE_JOYSTICK +#error You must set wxUSE_JOYSTICK to 1 in setup.h! +#endif + +#include "wx/wave.h" +#include "wx/joystick.h" #include "joytest.h"