FIX undefined template error

FIX Exception.hpp:46:23: error: implicit instantiation of undefined template
This commit is contained in:
cvno 2019-03-01 13:44:11 +08:00 committed by GitHub
parent e4c55e0fa0
commit e37e72e2fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,7 @@
#pragma once #pragma once
#include <string>
#include <sstream>
#include <iostream>
#include <stddef.h> #include <stddef.h>
#include <system_error> #include <system_error>