mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 11:06:39 -04:00
This also fixes the build with GCC 13 [1]. Changes: https://github.com/RetroPie/EmulationStation/compare/v2.9.4...v2.11.2 PR: 273676 [1] Approved by: maintainer timeout (> 3 weeks)
11 lines
244 B
C++
11 lines
244 B
C++
--- es-app/src/SystemData.h.orig 2023-12-18 20:19:11 UTC
|
|
+++ es-app/src/SystemData.h
|
|
@@ -9,7 +9,7 @@
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
-#include <pugixml/src/pugixml.hpp>
|
|
+#include <pugixml.hpp>
|
|
|
|
class FileData;
|
|
class FileFilterIndex;
|