[nostalgia] Update Ox includes

This commit is contained in:
Gary Talent 2018-09-01 14:46:24 -05:00
parent e4e8f141b6
commit 1f4781f06a
4 changed files with 8 additions and 7 deletions

View File

@ -23,7 +23,7 @@
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": "${workspaceRoot}/build/current/compile_commands.json"
"databaseFilename": ""
},
"macFrameworkPath": [
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks"
@ -56,8 +56,9 @@
"${workspaceRoot}"
],
"limitSymbolsToIncludedHeaders": true,
"databaseFilename": "${workspaceRoot}/build/current/compile_commands.json"
}
"databaseFilename": ""
},
"compileCommands": "${workspaceFolder}/deps/ox/build/linux-x86_64-debug/compile_commands.json"
},
{
"name": "Win32",
@ -80,5 +81,5 @@
}
}
],
"version": 3
"version": 4
}

View File

@ -8,7 +8,7 @@
#pragma once
#include <ox/std/types.hpp>
#include <ox/std/error.hpp>
namespace nostalgia {
namespace common {

View File

@ -12,7 +12,7 @@
#include <QJsonObject>
#include <QJsonDocument>
#include <ox/std/types.hpp>
#include <ox/std/error.hpp>
#include "json_err.hpp"

View File

@ -12,7 +12,7 @@
#include <QJsonObject>
#include <QJsonDocument>
#include <ox/std/types.hpp>
#include <ox/std/error.hpp>
#include "json_err.hpp"