This repository has been archived on 2025-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
sparkle/include/pch.hpp

12 lines
276 B
C++
Raw Normal View History

2025-01-31 13:04:37 +05:00
#ifndef INCLUDE_PCH_HPP_
#define INCLUDE_PCH_HPP_
#include <iostream>
#include <string>
#include <functional>
#include <algorithm>
#include <utils/types.hpp>
#include <utils/log.hpp>
#include <utils/enums.hpp>
#include <utils/functions.hpp>
#include <nlohmann/json.hpp>
#endif