Merge pull request #871 from cxd4/restored-includes
[Common] restored some needed header includes to md5.h
This commit is contained in:
commit
21c9e0b84a
|
@ -41,6 +41,8 @@ documentation and/or software.
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
#include <stdio.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include "path.h"
|
#include "path.h"
|
||||||
|
|
Loading…
Reference in New Issue