Skip to content

Commit

Permalink
fixup! Enable loading of po files in addons
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Nov 16, 2016
1 parent 9faf739 commit bcc697e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gettext_boost.cpp
Expand Up @@ -15,6 +15,7 @@
#include "global.hpp"
#include "gettext.hpp"
#include "log.hpp"
#include "filesystem.hpp"

#include <iostream>
#include <fstream>
Expand All @@ -25,7 +26,6 @@
#include <set>

#include "spirit_po.hpp"
#include "filesystem.hpp"

#define DBG_G LOG_STREAM(debug, lg::general())
#define LOG_G LOG_STREAM(info, lg::general())
Expand Down

0 comments on commit bcc697e

Please sign in to comment.