Skip to content

Commit 8c2111e

Browse files
authored
Merge pull request viva64#27 from qarkai/fix-build
Fix build
2 parents a1a7a96 + a9a8803 commit 8c2111e

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)