mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
add define guard for WFMySQLConnection.h (#335)
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
Author: Xie Han (xiehan@sogou-inc.com)
|
||||
*/
|
||||
|
||||
#ifndef _WFMYSQLCONNECTION_H_
|
||||
#define _WFMYSQLCONNECTION_H_
|
||||
|
||||
#include <string>
|
||||
#include <utility>
|
||||
#include <functional>
|
||||
@@ -73,3 +76,5 @@ WFMySQLConnection::create_disconnect_task(mysql_callback_t callback)
|
||||
return task;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user