Skip to content

Commit

Permalink
Only include intrin.h if not on MinGW
Browse files Browse the repository at this point in the history
  • Loading branch information
BananaHemic authored and rndi committed Aug 12, 2019
1 parent 353c2bf commit a77ec22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions srtcore/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,10 @@ modified by
#include <winsock2.h>
#include <ws2tcpip.h>
#include <win/wintime.h>
#ifndef __MINGW__
#include <intrin.h>
#endif
#endif

#include <string>
#include <sstream>
Expand Down

0 comments on commit a77ec22

Please sign in to comment.