Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorpovaddict <povaddict@users.sourceforge.net>2010-02-10 21:26:17 +0300
committerpovaddict <povaddict@users.sourceforge.net>2010-02-10 21:26:17 +0300
commit3a1c4ad69cb641ddbf63fe4cccf5c1683702b2fb (patch)
treed1c6a1802bcb7719382af8c78b4084a9856117fb /src/ui
parent84a698dd52abf40acfb9195a1ce81a9b4a2d140a (diff)
Cleanup #includes.
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@1650 10f7b99b-c216-0410-bff0-8a66a9350fd8
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/LCDUI/LCDOutput.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/LCDUI/LCDOutput.h b/src/ui/LCDUI/LCDOutput.h
index f2f214b2e..7a379aea0 100644
--- a/src/ui/LCDUI/LCDOutput.h
+++ b/src/ui/LCDUI/LCDOutput.h
@@ -15,7 +15,7 @@
#include "LCDManager.h"
#include <lglcd/lglcd.h>
-#include "vector"
+#include <vector>
using namespace std;