From 106ca8f3142fe118903bf8c8fc48b7c96f6831b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 7 Oct 2019 12:47:04 +0200 Subject: [PATCH] python: adapted to Magnum changes. --- src/python/magnum/shaders.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/python/magnum/shaders.cpp b/src/python/magnum/shaders.cpp index 657ac78..5f6687f 100644 --- a/src/python/magnum/shaders.cpp +++ b/src/python/magnum/shaders.cpp @@ -27,6 +27,9 @@ #include /* for vector arguments */ #include #include +#include +#include +#include #include #include #include