--- godot-4.0-stable/modules/upnp/upnp_device.cpp 2023-03-01 03:38:07.000000000 +0300 +++ godot-4.0-stable/modules/upnp/upnp_device.cpp.patch 2023-03-04 13:23:44.856343830 +0300 @@ -32,7 +32,7 @@ #include "upnp.h" -#include +#include String UPNPDevice::query_external_address() const { ERR_FAIL_COND_V_MSG(!is_valid_gateway(), "", "The Internet Gateway Device must be valid.");