Skip to content

Commit

Permalink
Merge pull request Alexays#546 from z3ntu/cassert
Browse files Browse the repository at this point in the history
fix(network): add missing include
  • Loading branch information
Alexays authored Jan 7, 2020
2 parents e66c3bc + 129713f commit 9c8d086
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/network.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <spdlog/spdlog.h>
#include <sys/eventfd.h>
#include <fstream>
#include <cassert>
#include "util/format.hpp"


Expand Down

0 comments on commit 9c8d086

Please sign in to comment.