mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
🔨 simdjson
This commit is contained in:
parent
22c99cfbfb
commit
35ab4d9492
1 changed files with 2 additions and 0 deletions
|
|
@ -1,9 +1,11 @@
|
|||
#pragma once
|
||||
#include <drogon/HttpController.h>
|
||||
#include "simdjson.h"
|
||||
#include "json_filter.h"
|
||||
#include "user_filter.h"
|
||||
|
||||
using namespace drogon;
|
||||
using namespace simdjson;
|
||||
|
||||
#define req_args const HttpRequestPtr &req, std::function<void(const HttpResponsePtr &)> &&callback
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue