Fixed some warnings
This commit is contained in:
parent
2e4baa3596
commit
447741fcdb
3 changed files with 11 additions and 13 deletions
|
@ -9,6 +9,8 @@
|
|||
#ifndef CORE_HPP
|
||||
#define CORE_HPP
|
||||
|
||||
#pragma warning(disable : 4251)
|
||||
|
||||
#include <memory>
|
||||
#include <stdexcept>
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue