]> git.sesse.net Git - vlc/commitdiff
Add missing include to activex/plugin.h
authorJean-Paul Saman <jpsaman@videolan.org>
Tue, 10 Jun 2008 07:03:06 +0000 (09:03 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Sat, 14 Jun 2008 08:09:05 +0000 (10:09 +0200)
projects/activex/plugin.h

index ebf17029865e2021c2fbb09da8e37c96e3d59cb3..7e6c0e770c010e3c47c15a0d51631216969a9ebc 100644 (file)
@@ -26,6 +26,7 @@
 #include <ole2.h>
 #include <olectl.h>
 
+#include <vlc/vlc.h>
 #include <vlc/libvlc.h>
 
 extern "C" const GUID CLSID_VLCPlugin;