parent
54b06a5c34
commit
738b95d2be
|
@ -18,12 +18,9 @@
|
|||
*/
|
||||
#include "build.h"
|
||||
#ifndef FEAT_NO_MINIUPNPC
|
||||
#include <miniupnpc.h>
|
||||
#include "miniupnp.h"
|
||||
#include <upnpcommands.h>
|
||||
#include "log/Log.h"
|
||||
#include "miniupnp.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#ifndef UPNP_LOCAL_PORT_ANY
|
||||
#define UPNP_LOCAL_PORT_ANY 0
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
*/
|
||||
#pragma once
|
||||
#ifndef FEAT_NO_MINIUPNPC
|
||||
#include <cstddef>
|
||||
#include <miniupnpc.h>
|
||||
|
||||
#include <cstring>
|
||||
|
|
Loading…
Reference in New Issue