Skip to content

Commit 9c8d086

Browse files
authored
Merge pull request Alexays#546 from z3ntu/cassert
fix(network): add missing include
2 parents e66c3bc + 129713f commit 9c8d086

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/network.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <spdlog/spdlog.h>
33
#include <sys/eventfd.h>
44
#include <fstream>
5+
#include <cassert>
56
#include "util/format.hpp"
67

78

0 commit comments

Comments
 (0)