diff options
Diffstat (limited to 'Tests/VSWinStorePhone/Direct3DApp1/pch.h')
-rw-r--r-- | Tests/VSWinStorePhone/Direct3DApp1/pch.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/VSWinStorePhone/Direct3DApp1/pch.h b/Tests/VSWinStorePhone/Direct3DApp1/pch.h index 78ebea3..d80cdb7 100644 --- a/Tests/VSWinStorePhone/Direct3DApp1/pch.h +++ b/Tests/VSWinStorePhone/Direct3DApp1/pch.h @@ -1,7 +1,8 @@ #pragma once +#include <memory> + #include <DirectXMath.h> #include <agile.h> #include <d3d11_1.h> -#include <memory> #include <wrl/client.h> |