Skip to content

Commit d9dfae2

Browse files
committed
fix include issue
1 parent c845f1f commit d9dfae2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CodeFormatCore/include/CodeFormatCore/Diagnostic/DiagnosticType.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#pragma once
22

33
#include "LuaParser/Types/TextRange.h"
4+
#include <string>
5+
46

57
enum class DiagnosticType {
68
None,

0 commit comments

Comments
 (0)