diff options
| author | Adonais Romero González <[email protected]> | 2019-11-12 10:22:20 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-12 10:22:20 -0800 |
| commit | a354bc3a60e2ad00dc3c763de694738a7d0eb396 (patch) | |
| tree | e8b1b9f128785877455fc34c5ce26bd6450ac5c3 | |
| parent | 0e92e35395ee3dbc2852f3ab6d9c1f7350c2bd85 (diff) | |
Fix missing stdexcept header in sampledevicemft (#441)99495
| -rw-r--r-- | avstream/sampledevicemft/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/avstream/sampledevicemft/stdafx.h b/avstream/sampledevicemft/stdafx.h index a3cd5354..e2f5a6cd 100644 --- a/avstream/sampledevicemft/stdafx.h +++ b/avstream/sampledevicemft/stdafx.h @@ -34,6 +34,7 @@ #include <d3d11_4.h> #include <vector> #include <map> +#include <stdexcept> using namespace std; #include <Windows.Foundation.h> #include <wrl\client.h> |
