[Scummvm-git-logs] scummvm master -> af4cc5a610fc976715bf067d89a28204d38ba84c

bluegr bluegr at gmail.com
Sat Jun 26 15:52:00 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
af4cc5a610 ZVISION: Fix warnings for header search failure.


Commit: af4cc5a610fc976715bf067d89a28204d38ba84c
    https://github.com/scummvm/scummvm/commit/af4cc5a610fc976715bf067d89a28204d38ba84c
Author: Fiodar Stryzhniou (fedor_qd at mail.ru)
Date: 2021-06-26T18:51:57+03:00

Commit Message:
ZVISION: Fix warnings for header search failure.

WARNING: Can't find following headers in User or System Include Paths "graphics_effect.h"

Changed paths:
    engines/zvision/graphics/render_manager.h


diff --git a/engines/zvision/graphics/render_manager.h b/engines/zvision/graphics/render_manager.h
index ed204a2f1d..b22985f94a 100644
--- a/engines/zvision/graphics/render_manager.h
+++ b/engines/zvision/graphics/render_manager.h
@@ -31,7 +31,7 @@
 
 #include "graphics/surface.h"
 
-#include "graphics_effect.h"
+#include "zvision/graphics/graphics_effect.h"
 
 class OSystem;
 




More information about the Scummvm-git-logs mailing list