[nostalgia] Update Ox includes
This commit is contained in:
parent
e4e8f141b6
commit
1f4781f06a
9
.vscode/c_cpp_properties.json
vendored
9
.vscode/c_cpp_properties.json
vendored
@ -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
|
||||
}
|
@ -8,7 +8,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <ox/std/types.hpp>
|
||||
#include <ox/std/error.hpp>
|
||||
|
||||
namespace nostalgia {
|
||||
namespace common {
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <QJsonObject>
|
||||
#include <QJsonDocument>
|
||||
|
||||
#include <ox/std/types.hpp>
|
||||
#include <ox/std/error.hpp>
|
||||
|
||||
#include "json_err.hpp"
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <QJsonObject>
|
||||
#include <QJsonDocument>
|
||||
|
||||
#include <ox/std/types.hpp>
|
||||
#include <ox/std/error.hpp>
|
||||
|
||||
#include "json_err.hpp"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user