mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 12:39:11 +00:00
Codechange: vendor the nlohmann-json library (#11290)
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
#include "../script/squirrel.hpp"
|
||||
|
||||
#include "../3rdparty/fmt/format.h"
|
||||
#include "../3rdparty/nlohmann/json.hpp"
|
||||
|
||||
#include <squirrel.h>
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
/**
|
||||
* A controller to start enough so we can use Squirrel for testing.
|
||||
|
Reference in New Issue
Block a user