Skip to content

Commit

Permalink
Fixed|Turbo: Build failure (include paths)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 2, 2017
1 parent 207ecb9 commit d8707be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/sdk/libcore/src/net/address.cpp
Expand Up @@ -19,7 +19,7 @@

#include "de/Address"
#include "de/String"
#include "networkinterfaces.h"
#include "../src/net/networkinterfaces.h"

#include <QHostInfo>
#include <QRegularExpression>
Expand Down
2 changes: 1 addition & 1 deletion doomsday/sdk/libcore/src/net/networkinterfaces.cpp
Expand Up @@ -16,7 +16,7 @@
* http://www.gnu.org/licenses</small>
*/

#include "networkinterfaces.h"
#include "../src/net/networkinterfaces.h"
#include "de/Task"
#include "de/TaskPool"

Expand Down

0 comments on commit d8707be

Please sign in to comment.