Jelajahi Sumber

hid: add missing header

wwylele 10 tahun lalu
induk
melakukan
43183db51f
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      src/core/hle/service/hid/hid.cpp

+ 2 - 0
src/core/hle/service/hid/hid.cpp

@@ -2,6 +2,8 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
+#include <cmath>
+
 #include "common/logging/log.h"
 #include "common/emu_window.h"