lpstd/lpstd.hpp

12 lines
220 B
C++

#ifndef __LPSTD_HPP__
#define __LPSTD_HPP__
#include "src/patterns/singleton.hpp"
#include "src/testing/testing.hpp"
// #include "src/faker/faker.hpp"
#include "src/exceptions/exceptions.hpp"
#endif // __LPSTD_HPP__