We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f648947 + f626e3e commit f1b5a56Copy full SHA for f1b5a56
3 files changed
libvisual/examples/simple/simple_example.hpp
@@ -24,7 +24,7 @@
24
#define _LV_EXAMPLES_SIMPLE_EXAMPLE
25
26
#include <libvisual.h>
27
-#include <SDL/SDL.h>
+#include <SDL.h>
28
29
class SimpleExample
30
{
libvisual/tools/lv-tool/display/sdl_driver.cpp
@@ -27,7 +27,7 @@
#include "display_driver.hpp"
#include <libvisual/libvisual.h>
31
#include <array>
32
33
namespace {
libvisual/tools/lv-tool/display/stdout_sdl_driver.cpp
@@ -28,7 +28,7 @@
#include "gettext.h"
#include <GL/gl.h>
#include <GL/glext.h> // For GL_BGR in systems where it's not defined in GL/gl.h
34
0 commit comments