Skip to content

Commit e0b0d5e

Browse files
authored
Merge pull request #187 from thomas-brunel/fix/local_include
[messages] Fix include of JsonValidator as local instead of system
2 parents 09ba2af + fb9826a commit e0b0d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/messages/MessagesValidator.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ along with OpenOCPP. If not, see <http://www.gnu.org/licenses/>.
1919
#ifndef OPENOCPP_MESSAGESVALIDATOR_H
2020
#define OPENOCPP_MESSAGESVALIDATOR_H
2121

22-
#include <JsonValidator.h>
22+
#include "JsonValidator.h"
2323

2424
#include <filesystem>
2525
#include <memory>

0 commit comments

Comments
 (0)