fix(server): include nlohmann/json.hpp via angle brackets like server-common.h

This commit is contained in:
Marvin 2026-09-07 21:28:08 -03:00
parent 2e84b9942f
commit 86bc7658c5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#pragma once
#include "json.hpp"
#include <nlohmann/json.hpp>
#include <string>
#include <regex>