Skip to content

Commit 926ca2f

Browse files
committed
fix: build error
1 parent 344f59e commit 926ca2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/MaaFramework/Vision/VisionTypes.h

+3
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ inline std::ostream& operator<<(std::ostream& os, const ResultOrderBy& order_by)
185185
case ResultOrderBy::Random:
186186
os << "Random";
187187
break;
188+
case ResultOrderBy::Expected:
189+
os << "Expected";
190+
break;
188191
}
189192
return os;
190193
}

0 commit comments

Comments
 (0)