diff options
author | Norbert Preining <norbert@preining.info> | 2020-07-08 03:01:45 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2020-07-08 03:01:45 +0000 |
commit | 8c3fedd243b69349b426144e5e2b94ef4aea6a4c (patch) | |
tree | f5842753f11a90141f3cc2e356c3a04766e8d81e /graphics/asymptote/shaders.h | |
parent | ef87f13c4503a2aa4a9098cbf33e0bfcad19008e (diff) |
CTAN sync 202007080301
Diffstat (limited to 'graphics/asymptote/shaders.h')
-rw-r--r-- | graphics/asymptote/shaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/asymptote/shaders.h b/graphics/asymptote/shaders.h index 1ffa9c0027..be2441a66b 100644 --- a/graphics/asymptote/shaders.h +++ b/graphics/asymptote/shaders.h @@ -12,7 +12,7 @@ #ifdef __MSDOS__ #undef _WIN32 -#include "GL/wglew.h" +#include <GL/wglew.h> #include <GL/wglext.h> #endif |