Skip to content

Commit

Permalink
Fix a build error (#11162)
Browse files Browse the repository at this point in the history
Before #10986 sstream was indirectly included by tscore/Errata.h but now it's not with libswoc.
  • Loading branch information
maskit committed Mar 14, 2024
1 parent 9cec263 commit 62eb17c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/iocore/net/quic/QUICTypes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <algorithm>
#include <iomanip>
#include <iostream>
#include <sstream>

#include "iocore/net/quic/QUICTypes.h"
#include "iocore/net/quic/QUICIntUtil.h"
Expand Down

0 comments on commit 62eb17c

Please sign in to comment.