Browse Source

Fix mistake in previous commit

Rémi Verschelde 7 năm trước cách đây
mục cha
commit
0d04fb76e1
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      modules/upnp/upnp.h

+ 2 - 1
modules/upnp/upnp.h

@@ -33,8 +33,9 @@
 
 #include "core/reference.h"
 
+#include "upnpdevice.h"
+
 #include <miniupnpc/miniupnpc.h>
-#include <miniupnpc/upnpdevice.h>
 
 class UPNP : public Reference {