From a354bc3a60e2ad00dc3c763de694738a7d0eb396 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adonais=20Romero=20Gonz=C3=A1lez?= Date: Tue, 12 Nov 2019 10:22:20 -0800 Subject: [PATCH] Fix missing stdexcept header in sampledevicemft (#441) --- avstream/sampledevicemft/stdafx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/avstream/sampledevicemft/stdafx.h b/avstream/sampledevicemft/stdafx.h index a3cd5354d..e2f5a6cd7 100644 --- a/avstream/sampledevicemft/stdafx.h +++ b/avstream/sampledevicemft/stdafx.h @@ -34,6 +34,7 @@ #include #include #include +#include using namespace std; #include #include