Browse Source

Fixed a missing include for WinMMSound.cpp after testing on MS-Windows.

David Piuva 1 year ago
parent
commit
443442dc6f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Source/soundManagers/WinMMSound.cpp

+ 1 - 0
Source/soundManagers/WinMMSound.cpp

@@ -4,6 +4,7 @@
 #include "soundManagers.h"
 #include <windows.h>
 #include <mmsystem.h>
+#include "../DFPSR/math/scalar.h"
 #include "../DFPSR/base/simd.h"
 
 using namespace dsr;