Skip to content

Commit 310a237

Browse files
committed
Try to fix error on windows
1 parent d03f005 commit 310a237

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/filelister.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@
1919
#ifndef filelisterH
2020
#define filelisterH
2121

22+
#include "config.h"
23+
2224
#include <list>
2325
#include <set>
2426
#include <string>
@@ -30,7 +32,7 @@ class FileWithDetails;
3032
/// @{
3133

3234
/** @brief Cross-platform FileLister */
33-
class FileLister {
35+
class CPPCHECKLIB FileLister {
3436
public:
3537
/**
3638
* @brief Recursively add source files to a map.

0 commit comments

Comments
 (0)