[Scummvm-git-logs] scummvm master -> 1db270c4cd979d2c6fe7f45fe92092a9f045909e

bluegr bluegr at gmail.com
Sat Jun 26 05:44:57 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:
1db270c4cd GUI: Fix warnings for header search failure


Commit: 1db270c4cd979d2c6fe7f45fe92092a9f045909e
    https://github.com/scummvm/scummvm/commit/1db270c4cd979d2c6fe7f45fe92092a9f045909e
Author: Fiodar (fedor4ever at users.noreply.github.com)
Date: 2021-06-26T08:44:55+03:00

Commit Message:
GUI: Fix warnings for header search failure

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

Changed paths:
    gui/widgets/scrollcontainer.h


diff --git a/gui/widgets/scrollcontainer.h b/gui/widgets/scrollcontainer.h
index d534a6352b..358e686074 100644
--- a/gui/widgets/scrollcontainer.h
+++ b/gui/widgets/scrollcontainer.h
@@ -25,7 +25,7 @@
 
 #include "gui/widget.h"
 #include "common/str.h"
-#include "scrollbar.h"
+#include "gui/widgets/scrollbar.h"
 
 namespace GUI {
 




More information about the Scummvm-git-logs mailing list