Browse Source

Added missing header that was needed for MSVC.

tags/2021-05-28
jules 11 years ago
parent
commit
fbc5c76544
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      modules/juce_core/system/juce_StandardHeader.h

+ 1
- 0
modules/juce_core/system/juce_StandardHeader.h View File

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


Loading…
Cancel
Save