ClickHouse/dbms/include/DB/Common/EscapeManipulators.h
2010-05-13 16:13:38 +00:00

8 lines
169 B
C

#ifndef DBMS_COMMON_ESCAPE_MANIPULATORS_H
#define DBMS_COMMON_ESCAPE_MANIPULATORS_H
#include <strconvert/escape_manip.h>
#include <strconvert/unescape_manip.h>
#endif