Преглед на файлове

video_core/memory_manager: Add missing <algorithm> include

Morph преди 4 години
родител
ревизия
554c46d186
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      src/video_core/memory_manager.cpp

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