1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-22 20:57:12 +01:00
SqMod/module/Library/Web.hpp

24 lines
652 B
C++
Raw Normal View History

2020-09-04 23:50:12 +03:00
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Base/Shared.hpp"
#include "Misc/Signal.hpp"
2020-09-04 23:50:12 +03:00
// ------------------------------------------------------------------------------------------------
#include <memory>
#include <vector>
#include <memory>
#include <thread>
#include <functional>
#include <algorithm>
// ------------------------------------------------------------------------------------------------
#include <civetweb.h>
// ------------------------------------------------------------------------------------------------
namespace SqMod {
} // Namespace:: SqMod