build: Add missing optional include for gcc

This commit is contained in:
ochafik 2025-01-28 09:29:31 +00:00
parent 0a51e514f6
commit d274ffcc95

View file

@ -10,6 +10,7 @@
#include "common.h"
#include <json.hpp>
#include <optional>
#include <string>
#include <vector>