c17ed7fd3f
- Remove the following patches, which are not needed anymore in 2.3: cppcheck-2.2-tinyxml.patch cppcheck-2.2-exprengine.patch cppcheck-2.2-online-help.patch cppcheck-2.2-online-help_q_readonly.patch - Update patch: cppcheck-2.3-gcc11.patch - Add -DUSE_BUNDLED_TINYXML2=OFF to cmake
25 lines
674 B
Diff
25 lines
674 B
Diff
diff --git a/lib/programmemory.cpp b/lib/programmemory.cpp
|
|
index 753a5c846..bb9569624 100644
|
|
--- a/lib/programmemory.cpp
|
|
+++ b/lib/programmemory.cpp
|
|
@@ -5,6 +5,7 @@
|
|
#include "symboldatabase.h"
|
|
#include <algorithm>
|
|
#include <cassert>
|
|
+#include <limits>
|
|
#include <memory>
|
|
|
|
void ProgramMemory::setValue(nonneg int varid, const ValueFlow::Value &value)
|
|
diff --git a/test/testsymboldatabase.cpp b/test/testsymboldatabase.cpp
|
|
index 1d2bc8d54..399ea7593 100644
|
|
--- a/test/testsymboldatabase.cpp
|
|
+++ b/test/testsymboldatabase.cpp
|
|
@@ -31,6 +31,7 @@
|
|
#include <cstddef>
|
|
#include <cstdint>
|
|
#include <cstring>
|
|
+#include <limits>
|
|
#include <list>
|
|
#include <map>
|
|
#include <set>
|