[d3d10] Add missing include

This commit is contained in:
Vincent Grande 2021-09-03 06:54:50 -04:00 committed by GitHub
parent c0a7143d1b
commit f0e9700f34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#include <utility>
#include "d3d10_device.h"
namespace dxvk {
@ -55,4 +57,4 @@ namespace dxvk {
return m_protected;
}
}
}