Преглед изворни кода

Fix mistake in previous commit

Rémi Verschelde пре 7 година
родитељ
комит
0d04fb76e1
1 измењених фајлова са 2 додато и 1 уклоњено
  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 {