1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Projucer: Fixed a Windows live build error in the video module

This commit is contained in:
Tom Poole 2018-11-10 11:38:32 +00:00
parent a1c343b97d
commit 32aa676f01

View file

@ -25,7 +25,7 @@
namespace juce
{
#if ! JUCE_LINUX
#if ! (JUCE_LINUX || JUCE_PROJUCER_LIVE_BUILD)
#if JUCE_MAC || JUCE_IOS
#include "../native/juce_mac_Video.h"