We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979e18e commit 95ca175Copy full SHA for 95ca175
CodeLite/winprocess.h
@@ -29,6 +29,7 @@
29
30
#include <wx/msw/wrapwin.h> // includes windows.h
31
#include <wx/string.h>
32
+#include <limits> // Required for std::numeric_limits
33
34
class WinProcess
35
{
0 commit comments