Skip to content

Commit

Permalink
stdint.h -> stddef.h
Browse files Browse the repository at this point in the history
  • Loading branch information
thatliuser committed Jan 25, 2025
1 parent 28578f6 commit 8bf5cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ClientComponent/include/Client.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef CLIENT_HPP
#define CLIENT_HPP

#include <stdint.h>
#include <stddef.h>

namespace Client
{
Expand Down

0 comments on commit 8bf5cbf

Please sign in to comment.