diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-11 18:12:40 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2018-09-11 18:12:40 +0200 |
commit | 0d04fb76e1d4543d04d6e41244c06f35bfecb07c (patch) | |
tree | 56b8891d84bc52c06b53488f55aad7a750cea366 | |
parent | af5751577578982c7e54d361f22b93b56d35cf41 (diff) |
Fix mistake in previous commit
-rw-r--r-- | modules/upnp/upnp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/upnp/upnp.h b/modules/upnp/upnp.h index 38e5ef0721..8f0a972c22 100644 --- a/modules/upnp/upnp.h +++ b/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 { |