mirror of
https://github.com/aportelli/LatAnalyze.git
synced 2024-11-13 01:35:35 +00:00
9 lines
127 B
C++
9 lines
127 B
C++
|
#ifndef LATAN_INCLUDES_HPP_
|
||
|
#define LATAN_INCLUDES_HPP_
|
||
|
|
||
|
#include <fstream>
|
||
|
#include <iostream>
|
||
|
#include "../config.h"
|
||
|
|
||
|
#endif
|