diff options
Diffstat (limited to 'modules/upnp/upnpdevice.h')
-rw-r--r-- | modules/upnp/upnpdevice.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/upnp/upnpdevice.h b/modules/upnp/upnpdevice.h index 25c9fe1ba3..e4c5eb691d 100644 --- a/modules/upnp/upnpdevice.h +++ b/modules/upnp/upnpdevice.h @@ -31,7 +31,7 @@ #ifndef GODOT_UPNPDEVICE_H #define GODOT_UPNPDEVICE_H -#include <reference.h> +#include "core/reference.h" class UPNPDevice : public Reference { |