From ffeb97afc67bc1ab3a58c8274ce2fb08b08c4b7b Mon Sep 17 00:00:00 2001 From: popcornmix Date: Fri, 15 May 2015 11:37:56 +0100 Subject: [PATCH] squash: shadertoy: Fix include file path --- xbmc/visualizations/ShaderToy/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbmc/visualizations/ShaderToy/main.cpp b/xbmc/visualizations/ShaderToy/main.cpp index ad681557c203b..5a4ef91720945 100644 --- a/xbmc/visualizations/ShaderToy/main.cpp +++ b/xbmc/visualizations/ShaderToy/main.cpp @@ -18,7 +18,7 @@ * */ -#include "kodi/xbmc_vis_dll.h" +#include "addons/include/xbmc_vis_dll.h" #if defined(HAS_GLES) #include #include