Fix build.

This commit is contained in:
Martín Lucas Golini
2023-09-14 10:25:20 -03:00
parent e795b70c7e
commit 044e289ba8
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
#include <eepp/core.hpp>
#include <eepp/system/iostream.hpp>
#include <vector>
#include <array>
namespace EE { namespace System {

View File

@@ -1,6 +1,7 @@
#ifndef EE_UI_DOC_TEXTDOCUMENT
#define EE_UI_DOC_TEXTDOCUMENT
#include <array>
#include <atomic>
#include <eepp/core/string.hpp>
#include <eepp/network/http.hpp>