Skip to content

Commit 6f50bbc

Browse files
committed
fix(flow): 解决SwitchAction缺头文件的问题
1 parent 63243b7 commit 6f50bbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/flow/actions/switch_action.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
*/
2020
#include "switch_action.h"
2121

22+
#include <sstream>
23+
2224
#include <tbox/base/assert.h>
2325
#include <tbox/base/defines.h>
2426
#include <tbox/base/json.hpp>

0 commit comments

Comments
 (0)