This repository has been archived on 2026-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
TestDesk/inc/base.h

15 lines
197 B
C
Raw Normal View History

2024-05-08 12:59:08 -05:00
#ifndef H_BASE
#define H_BASE
// Includes
#include <filesystem>
#include <iostream>
#include <fstream>
#include <vector>
#include "tools/json.hpp"
// Namespaces
using namespace nlohmann;
#endif