Skip to content

Commit

Permalink
Fixing missing include.
Browse files Browse the repository at this point in the history
  • Loading branch information
jholloc committed Feb 4, 2024
1 parent b6cc0e9 commit 21052b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/plugins/bytes/readBytesNonOptimally.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "readBytesNonOptimally.h"

#include <cstring>
#include <cerrno>
#include <cstdlib>
#include <sstream>
Expand Down

0 comments on commit 21052b3

Please sign in to comment.