mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2025-04-08 02:20:44 +01: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
|