Fix compile issue for latest vc compiler

This commit is contained in:
KimLS 2020-05-23 23:19:54 -07:00
parent 86ef1b12e2
commit 712df6c35a
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
#include "uuid.h"
#include <ios>
#include <fmt/format.h>
#ifdef _WIN32

View File

@ -2,7 +2,7 @@
#include <string>
#include <vector>
#include <ios>
#include <ostream>
namespace EQ
{