From f505bf62ceaf051120609c019261f8908874af18 Mon Sep 17 00:00:00 2001 From: Pierre-Marie de Rodat Date: Mon, 12 Mar 2018 17:24:59 +0100 Subject: cv2pdb.h: add missing #include to build with VS 12.0 --- src/cv2pdb.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cv2pdb.h b/src/cv2pdb.h index cdb7e36..558ce21 100644 --- a/src/cv2pdb.h +++ b/src/cv2pdb.h @@ -7,6 +7,8 @@ #ifndef __CV2PDB_H__ #define __CV2PDB_H__ +#include + #include "LastError.h" #include "mspdb.h" #include "readDwarf.h" -- cgit v0.12