utility,logic : missing algorithm includes added

This commit is contained in:
Andreas Stallinger
2014-05-13 15:40:20 +02:00
parent ed8d527b65
commit 95e51b1780
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1,5 +1,7 @@
#include "component/view/ViewManager.h"
#include <algorithm>
#include "gui/GuiCanvas.h"
#include "View.h"
@@ -1,6 +1,7 @@
#ifndef LOG_MANAGER_IMPLEMENTATION_H
#define LOG_MANAGER_IMPLEMENTATION_H
#include <algorithm>
#include <memory>
#include <mutex>
#include <vector>