summaryrefslogtreecommitdiff
path: root/modules/upnp/upnp_device.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/upnp/upnp_device.h')
-rw-r--r--modules/upnp/upnp_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/upnp/upnp_device.h b/modules/upnp/upnp_device.h
index 4b519fce32..a287c99b0d 100644
--- a/modules/upnp/upnp_device.h
+++ b/modules/upnp/upnp_device.h
@@ -31,7 +31,7 @@
#ifndef GODOT_UPNP_DEVICE_H
#define GODOT_UPNP_DEVICE_H
-#include "core/reference.h"
+#include "core/object/reference.h"
class UPNPDevice : public Reference {
GDCLASS(UPNPDevice, Reference);