fix compiler error in Visual C++2013

This commit is contained in:
Jinhao 2018-08-11 09:12:57 +08:00
parent a5f0d013c5
commit c6f5dc0f1b

View File

@ -13,6 +13,8 @@
#ifndef NANA_SYSTEM_TIMEPIECE_HPP #ifndef NANA_SYSTEM_TIMEPIECE_HPP
#define NANA_SYSTEM_TIMEPIECE_HPP #define NANA_SYSTEM_TIMEPIECE_HPP
#include "../c++defines.hpp"
namespace nana namespace nana
{ {
namespace system namespace system