Skip to content

Commit 953bb81

Browse files
committed
Add missing <memory> include to use std::unique_ptr.
1 parent 2d43812 commit 953bb81

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cli/cppcheckexecutor.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <set>
3131
#include <string>
3232
#include <vector>
33+
#include <memory>
3334

3435
class CppCheck;
3536
class Library;

0 commit comments

Comments
 (0)