2013-05-21 18:02:42 +01:00
|
|
|
#ifndef LATAN_INCLUDES_HPP_
|
|
|
|
#define LATAN_INCLUDES_HPP_
|
|
|
|
|
|
|
|
#include <fstream>
|
|
|
|
#include <iostream>
|
2013-09-15 18:39:22 +01:00
|
|
|
#include <iomanip>
|
|
|
|
#include <sstream>
|
|
|
|
#include <cstdarg>
|
2013-05-21 18:02:42 +01:00
|
|
|
#include "../config.h"
|
|
|
|
|
|
|
|
#endif
|