From c47b60e1930ea3bd8dd64deaffe70236eab72db7 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Sat, 29 Aug 2020 08:16:05 +1000 Subject: [PATCH] - Fix compile regression from 847fa48724f8eefae26d52e1f6c5ab599ba5e84f. Fixes #283. --- source/build/src/animvpx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/build/src/animvpx.cpp b/source/build/src/animvpx.cpp index 6bb8ea98d..55e7492e5 100644 --- a/source/build/src/animvpx.cpp +++ b/source/build/src/animvpx.cpp @@ -6,7 +6,7 @@ #include "compat.h" #include "build.h" - +#include "printf.h" #include "matrix.h" #include "../../glbackend/glbackend.h" #include "textures.h"