muzgen/lib/commons.hpp

8 lines
95 B
C++

#ifndef muz_COMMONS_HPP
#define muz_COMMONS_HPP
#include <string>
#include "conf.hpp"
#endif