Skip to content

Commit 0ae68c7

Browse files
committed
fixed system include
1 parent c8f8f64 commit 0ae68c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/string19.lib/string19/StringView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pragma once
2-
#include "stddef.h" // size_t
2+
#include <stddef.h> // size_t
33

44
namespace string19 {
55

0 commit comments

Comments
 (0)