]> git.cworth.org Git - apitrace/blobdiff - helpers/dxgisize.hpp
d3dretrace: Basic d3d10 support.
[apitrace] / helpers / dxgisize.hpp
index 3048d3fc6cfc3ad29971215676a8df19d77509be..a2749ffbe642d9abd6d634f044306279daac6711 100644 (file)
@@ -41,6 +41,8 @@
 
 #include <algorithm>
 
+#include "os.hpp"
+
 
 static size_t
 _calcDataSize(DXGI_FORMAT Format, UINT Width, UINT Height, UINT RowPitch, UINT Depth = 1, UINT DepthPitch = 0) {