Skip to content

Commit

Permalink
Fix missing stdexcept header in sampledevicemft (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoAdonis authored Nov 12, 2019
1 parent 0e92e35 commit a354bc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avstream/sampledevicemft/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a354bc3

Please sign in to comment.