1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Added a missing include file

This commit is contained in:
Julian Storer 2009-12-02 10:29:22 +00:00
parent 911e0d5ea5
commit 96680158cd

View file

@ -31,6 +31,7 @@ BEGIN_JUCE_NAMESPACE
#include "juce_XmlElement.h"
#include "../io/streams/juce_MemoryOutputStream.h"
#include "../io/files/juce_FileOutputStream.h"
#include "../threads/juce_Thread.h"
//==============================================================================