From c7f66ad59c8736d2c7b9e7c60c25de4fa065daef Mon Sep 17 00:00:00 2001 From: Brener Date: Mon, 15 Nov 2021 13:18:46 +0100 Subject: [PATCH] Including stdexcept in order to make retargeting to VS19 work --- DirectXTK/Src/Geometry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/DirectXTK/Src/Geometry.cpp b/DirectXTK/Src/Geometry.cpp index 91a4188..518b9aa 100644 --- a/DirectXTK/Src/Geometry.cpp +++ b/DirectXTK/Src/Geometry.cpp @@ -14,6 +14,7 @@ #include "pch.h" #include "Geometry.h" #include "Bezier.h" +#include using namespace DirectX;