summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarc Aldorasi <marc@groundctl.com>2023-03-10 15:14:12 (GMT)
committerMarc Aldorasi <marc@groundctl.com>2023-03-10 15:14:12 (GMT)
commit851c0b0e4542bc131a12433295d178d44b536265 (patch)
tree19a765ee12fbde80255e4ba383882631cc5e0344 /src
parent9286b93a6535a7ac3228922b547a7ae08379cedd (diff)
downloadcv2pdb-851c0b0e4542bc131a12433295d178d44b536265.zip
cv2pdb-851c0b0e4542bc131a12433295d178d44b536265.tar.gz
cv2pdb-851c0b0e4542bc131a12433295d178d44b536265.tar.bz2
Fixed building with VS 2022
Diffstat (limited to 'src')
-rw-r--r--src/PEImage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/PEImage.h b/src/PEImage.h
index a3e3cd7..3ae00bd 100644
--- a/src/PEImage.h
+++ b/src/PEImage.h
@@ -10,6 +10,7 @@
#include "LastError.h"
#include <windows.h>
+#include <string>
#include <unordered_map>
struct OMFDirHeader;