We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a7a96 commit a9a8803Copy full SHA for a9a8803
comments.h
@@ -5,8 +5,9 @@
5
#ifndef PVS_STUDIO_FREE_COMMENTS_COMMENTS_H
6
#define PVS_STUDIO_FREE_COMMENTS_COMMENTS_H
7
8
-#include <vector>
+#include <cstdint>
9
#include <string>
10
+#include <vector>
11
12
namespace PvsStudioFreeComments
13
{
0 commit comments