This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Added missing header that was needed for MSVC.
tags/2021-05-28
jules
11 years ago
parent
b33677dbb0
commit
fbc5c76544
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save