1
0
mirror of https://github.com/aportelli/LatAnalyze.git synced 2024-09-20 05:25:37 +01:00
LatAnalyze/latan/includes.hpp

9 lines
127 B
C++
Raw Normal View History

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