We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797018b commit 3919cc0Copy full SHA for 3919cc0
1 file changed
src/errors.hpp
@@ -4,6 +4,10 @@
4
//
5
// Distributed under the GNU GPL license. See the LICENSE.md file for details.
6
7
+////////////////////////////////////////////////////////////////////////////////
8
+#ifndef OSC_ERRORS_HPP
9
+#define OSC_ERRORS_HPP
10
+
11
////////////////////////////////////////////////////////////////////////////////
12
#include <stdexcept>
13
#include <string>
@@ -64,3 +68,6 @@ class invalid_packet : public std::invalid_argument
64
68
65
69
66
70
}
71
72
73
+#endif
0 commit comments