Skip to content

Commit

Permalink
Add missing fatal_assert.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
achernya committed Aug 8, 2023
1 parent 4306b7c commit f2904f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/network/transportsender-impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@
#include <ctime>
#include <list>

#include "src/network/transportfragment.h"
#include "src/network/transportsender.h"
#include "transportfragment.h"
#include "src/util/fatal_assert.h"

using namespace Network;

Expand Down

0 comments on commit f2904f9

Please sign in to comment.