fix miss sstream
All checks were successful
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 1m24s
linux-x64-gcc / linux-gcc (Release) (push) Successful in 1m18s

This commit is contained in:
tqcq 2024-03-23 09:06:14 +08:00
parent 81057d06ce
commit f0f8d77937

View File

@ -1,4 +1,5 @@
#include "sled/synchronization/sequence_checker.h"
#include <sstream>
namespace sled {
SequenceChecker::SequenceChecker(InitialState initial_state)