Windows: Fix build error because of missing definition of the macro move_ptr

This commit is contained in:
Mounir IDRASSI 2020-06-28 00:16:41 +02:00
parent b9099d01c2
commit fded83d25c
No known key found for this signature in database
GPG Key ID: 02C30AE90FAE4A6F
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
# include <dlfcn.h>
#endif
#ifdef TC_WINDOWS
#define move_ptr std::move
#endif
#include "SecurityToken.h"
#ifndef burn