Skip to content

Commit 3919cc0

Browse files
errors: add missing include guard
1 parent 797018b commit 3919cc0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/errors.hpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
//
55
// Distributed under the GNU GPL license. See the LICENSE.md file for details.
66

7+
////////////////////////////////////////////////////////////////////////////////
8+
#ifndef OSC_ERRORS_HPP
9+
#define OSC_ERRORS_HPP
10+
711
////////////////////////////////////////////////////////////////////////////////
812
#include <stdexcept>
913
#include <string>
@@ -64,3 +68,6 @@ class invalid_packet : public std::invalid_argument
6468

6569
////////////////////////////////////////////////////////////////////////////////
6670
}
71+
72+
////////////////////////////////////////////////////////////////////////////////
73+
#endif

0 commit comments

Comments
 (0)