Skip to content

Commit a9a8803

Browse files
committed
Fix build
1 parent a1a7a96 commit a9a8803

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

comments.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
#ifndef PVS_STUDIO_FREE_COMMENTS_COMMENTS_H
66
#define PVS_STUDIO_FREE_COMMENTS_COMMENTS_H
77

8-
#include <vector>
8+
#include <cstdint>
99
#include <string>
10+
#include <vector>
1011

1112
namespace PvsStudioFreeComments
1213
{

0 commit comments

Comments
 (0)