Skip to content

Commit b0e4bb7

Browse files
authored
Fix wrong header filename for ctre library (#225)
1 parent b3b0370 commit b0e4bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/rfl/PatternValidator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <string>
55

6-
#if __has_include(<ctre.h>)
6+
#if __has_include(<ctre.hpp>)
77
#include <ctre.hpp>
88
#else
99
#include "thirdparty/ctre.hpp"

0 commit comments

Comments
 (0)