summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRainer Schuetze <r.sagitario@gmx.de>2023-03-12 08:06:34 (GMT)
committerGitHub <noreply@github.com>2023-03-12 08:06:34 (GMT)
commitd9b51b76e965fbc121b3c5e22fdd240039219670 (patch)
tree19a765ee12fbde80255e4ba383882631cc5e0344 /src
parent9286b93a6535a7ac3228922b547a7ae08379cedd (diff)
parent851c0b0e4542bc131a12433295d178d44b536265 (diff)
downloadcv2pdb-d9b51b76e965fbc121b3c5e22fdd240039219670.zip
cv2pdb-d9b51b76e965fbc121b3c5e22fdd240039219670.tar.gz
cv2pdb-d9b51b76e965fbc121b3c5e22fdd240039219670.tar.bz2
Merge pull request #85 from GroundControl-Solutions/vs-2022-supportv0.52
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;