mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-10 08:55:37 +00:00
13 lines
201 B
C++
13 lines
201 B
C++
#ifndef LATAN_INCLUDES_HPP_
|
|
#define LATAN_INCLUDES_HPP_
|
|
|
|
#include <fstream>
|
|
#include <iostream>
|
|
#include <iomanip>
|
|
#include <sstream>
|
|
#include <cmath>
|
|
#include <cstdarg>
|
|
#include "../config.h"
|
|
|
|
#endif
|