1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-11-13 01:35:35 +00:00
LatAnalyze/latan/includes.hpp

12 lines
184 B
C++
Raw Normal View History

#ifndef LATAN_INCLUDES_HPP_
#define LATAN_INCLUDES_HPP_
#include <fstream>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <cstdarg>
#include "../config.h"
#endif