Moved includes to fix compilation issue.
This commit is contained in:
parent
ea06bc1de1
commit
099d7a7882
@ -24,12 +24,6 @@
|
||||
#include "vmime/utility/smartPtrInt.hpp"
|
||||
#include "vmime/object.hpp"
|
||||
|
||||
#if defined(_WIN32)
|
||||
# include <windows.h>
|
||||
#elif defined(VMIME_HAVE_PTHREAD)
|
||||
# include <pthread.h>
|
||||
#endif
|
||||
|
||||
|
||||
namespace vmime {
|
||||
namespace utility {
|
||||
|
@ -28,6 +28,12 @@
|
||||
#include "vmime/config.hpp"
|
||||
#include "vmime/utility/smartPtr.hpp"
|
||||
|
||||
#if defined(_WIN32)
|
||||
# include <windows.h>
|
||||
#elif defined(VMIME_HAVE_PTHREAD)
|
||||
# include <pthread.h>
|
||||
#endif
|
||||
|
||||
|
||||
namespace vmime {
|
||||
namespace utility {
|
||||
|
Loading…
Reference in New Issue
Block a user