Skip to content

Commit

Permalink
Fix #1364.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Jun 15, 2014
1 parent 08369d1 commit e1a7506
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/guiengine/scalable_font.hpp
Expand Up @@ -5,17 +5,19 @@
#ifndef __C_GUI_FONT_H_INCLUDED__
#define __C_GUI_FONT_H_INCLUDED__

#include "IrrCompileConfig.h"
#include "utils/leak_check.hpp"

#include "IrrCompileConfig.h"
#include "IGUIFontBitmap.h"
#include "irrString.h"
#include "irrMap.h"
#include "IXMLReader.h"
#include "IReadFile.h"
#include "irrArray.h"
#include <map>

#include "utils/leak_check.hpp"

#include <map>
#include <string>

namespace irr
{
Expand Down

0 comments on commit e1a7506

Please sign in to comment.