mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 00:45:36 +00:00
12 lines
184 B
C++
12 lines
184 B
C++
#ifndef LATAN_INCLUDES_HPP_
|
|
#define LATAN_INCLUDES_HPP_
|
|
|
|
#include <fstream>
|
|
#include <iostream>
|
|
#include <iomanip>
|
|
#include <sstream>
|
|
#include <cstdarg>
|
|
#include "../config.h"
|
|
|
|
#endif
|