Browse Source

Merge pull request #1899 from wwylele/hid-cmath

HID: add missing header
nce_cpp
bunnei 10 years ago
committed by GitHub
parent
commit
9125b86c22
  1. 2
      src/core/hle/service/hid/hid.cpp

2
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"

Loading…
Cancel
Save