UPnP: Fix includes of thirdparty headers
This commit is contained in:
parent
10db0421db
commit
af57515775
6 changed files with 16 additions and 9 deletions
|
|
@ -31,9 +31,10 @@
|
|||
#ifndef GODOT_UPNP_H
|
||||
#define GODOT_UPNP_H
|
||||
|
||||
#include "miniupnpc/miniupnpc.h"
|
||||
#include "upnpdevice.h"
|
||||
#include <reference.h>
|
||||
#include "core/reference.h"
|
||||
|
||||
#include <miniupnpc/miniupnpc.h>
|
||||
#include <miniupnpc/upnpdevice.h>
|
||||
|
||||
class UPNP : public Reference {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue