Skip to content

Commit

Permalink
Merge pull request #92 from Charme11235/main
Browse files Browse the repository at this point in the history
Add pragma once to SocketConnection
  • Loading branch information
rozukke authored Sep 30, 2024
2 parents 73c6e9e + 19817da commit d29da84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/mcpp/connection.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <cstdint>
#include <iostream>
#include <sstream>
Expand Down

0 comments on commit d29da84

Please sign in to comment.