Browse Source

video_core/memory_manager: Add missing <algorithm> include

nce_cpp
Morph 4 years ago
parent
commit
421ff5ea79
  1. 2
      src/video_core/memory_manager.cpp

2
src/video_core/memory_manager.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/assert.h"
#include "common/logging/log.h"

Loading…
Cancel
Save