Skip to content

Commit

Permalink
Missing Pragma Once in Connection.h may cause SockectConnection to be…
Browse files Browse the repository at this point in the history
… defined multiple times.
  • Loading branch information
Charme11235 committed Sep 30, 2024
1 parent 73c6e9e commit 19817da
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 19817da

Please sign in to comment.