From 17d1f574d15cbedb098ff5ef740b3cb497703ba2 Mon Sep 17 00:00:00 2001 From: no Date: Tue, 12 Jan 2016 20:03:00 -0500 Subject: [PATCH] [Common] restored some needed header includes to md5.h --- Source/Common/md5.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Common/md5.h b/Source/Common/md5.h index 0d8fd6cc6..e108d3968 100644 --- a/Source/Common/md5.h +++ b/Source/Common/md5.h @@ -41,6 +41,8 @@ documentation and/or software. #pragma once +#include +#include #include #include #include "path.h"