1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Added missing header that was needed for MSVC.

This commit is contained in:
jules 2014-10-07 19:56:02 +01:00
parent b33677dbb0
commit fbc5c76544

View file

@ -72,6 +72,7 @@
#include <iostream>
#include <vector>
#include <algorithm>
#include <functional>
#if JUCE_USE_MSVC_INTRINSICS
#include <intrin.h>