Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
DrFlibble committed Jan 5, 2025
1 parent 62218ea commit fb407df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/libufc/utils/udp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
//

#include <unistd.h>
#include <ufc/udp.h>
#include <cstring>

#include <sys/socket.h>
#include <sys/select.h>
#include <arpa/inet.h>

#include <ufc/udp.h>

using namespace std;
using namespace UFC;

Expand Down

0 comments on commit fb407df

Please sign in to comment.