Explorar el Código

Fix mistake in previous commit

Rémi Verschelde hace 7 años
padre
commit
0d04fb76e1
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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 {