Browse Source

AP_OSD: use correct SFML header file

mission-4.1.18
Andrew Tridgell 7 years ago
parent
commit
0af83f9364
  1. 5
      libraries/AP_OSD/AP_OSD_SITL.h

5
libraries/AP_OSD/AP_OSD_SITL.h

@ -18,7 +18,12 @@ @@ -18,7 +18,12 @@
#ifdef WITH_SITL_OSD
#include <AP_OSD/AP_OSD_Backend.h>
#ifdef HAVE_SFML_GRAPHICS_H
#include <SFML/Graphics.h>
#else
#include <SFML/Graphics.hpp>
#endif
class AP_OSD_SITL : public AP_OSD_Backend {

Loading…
Cancel
Save