We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03f005 commit 310a237Copy full SHA for 310a237
1 file changed
lib/filelister.h
@@ -19,6 +19,8 @@
19
#ifndef filelisterH
20
#define filelisterH
21
22
+#include "config.h"
23
+
24
#include <list>
25
#include <set>
26
#include <string>
@@ -30,7 +32,7 @@ class FileWithDetails;
30
32
/// @{
31
33
34
/** @brief Cross-platform FileLister */
-class FileLister {
35
+class CPPCHECKLIB FileLister {
36
public:
37
/**
38
* @brief Recursively add source files to a map.
0 commit comments