We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71fa5a commit e0d764fCopy full SHA for e0d764f
2 files changed
lib/sarifreport.cpp
@@ -19,7 +19,6 @@
19
#include "sarifreport.h"
20
#include "errorlogger.h"
21
#include "errortypes.h"
22
-#include "json.h"
23
#include "settings.h"
24
#include "cppcheck.h"
25
lib/sarifreport.h
@@ -26,10 +26,8 @@
26
#include <string>
27
#include <vector>
28
29
-namespace picojson {
30
- class value;
31
- class array;
32
-}
+// Include picojson headers
+#include "json.h"
33
34
class CPPCHECKLIB SarifReport {
35
public:
0 commit comments