Browse Source

fix for build issue with gcc 11.2 through MSYS2

master
canrnd 3 years ago
parent
commit
99029b4d70
  1. 1
      cnutil/src/contrib/epee/src/wipeable_string.cpp

1
cnutil/src/contrib/epee/src/wipeable_string.cpp

@ -28,6 +28,7 @@ @@ -28,6 +28,7 @@
#include <boost/optional/optional.hpp>
#include <string.h>
#include <limits>
#include "memwipe.h"
#include "misc_log_ex.h"
#include "wipeable_string.h"

Loading…
Cancel
Save