summaryrefslogtreecommitdiffstats
path: root/src/GladeFile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/GladeFile.hpp')
-rw-r--r--src/GladeFile.hpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GladeFile.hpp b/src/GladeFile.hpp
index dbec7e9..00583c2 100644
--- a/src/GladeFile.hpp
+++ b/src/GladeFile.hpp
@@ -18,14 +18,17 @@
#ifndef PATCHAGE_GLADEFILE_HPP
#define PATCHAGE_GLADEFILE_HPP
-#include <string>
#include <fstream>
#include <sstream>
#include <stdexcept>
+#include <string>
+
#include <libglademm/xml.h>
+
#include "patchage-config.h"
#include "binary_location.h"
+
class GladeFile {
public:
static Glib::RefPtr<Gnome::Glade::Xml> open(const std::string& base_name) {