diff --git a/ext/VFS/include/vfs/Core/vfs_debug.h b/ext/VFS/include/vfs/Core/vfs_debug.h index 7cd285ada..32a7218d3 100644 --- a/ext/VFS/include/vfs/Core/vfs_debug.h +++ b/ext/VFS/include/vfs/Core/vfs_debug.h @@ -30,7 +30,7 @@ #include #include -#ifdef _MSC_VER +#if defined(_MSC_VER) && !defined(__clang__) class VFS_API std::exception; #endif