Browse Source

core: Include <algorithm> where used.

nce_cpp
bunnei 8 years ago
parent
commit
7e02ba1ae3
  1. 2
      src/core/hle/kernel/svc.cpp
  2. 2
      src/core/hle/service/nvdrv/devices/nvmap.cpp
  3. 2
      src/core/hle/service/vi/vi.cpp

2
src/core/hle/kernel/svc.cpp

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

2
src/core/hle/service/nvdrv/devices/nvmap.cpp

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <algorithm>
#include "common/assert.h"
#include "common/logging/log.h"
#include "core/hle/service/nvdrv/devices/nvmap.h"

2
src/core/hle/service/vi/vi.cpp

@ -2,6 +2,8 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include <algorithm>
#include "common/alignment.h"
#include "common/scope_exit.h"
#include "core/core_timing.h"

Loading…
Cancel
Save