diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-03-28 23:11:49 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-03-28 23:11:49 +0000 |
| commit | b0bc5900769742861a57b3200f25378a5d5138be (patch) | |
| tree | c641716ac21b5f28e2a05284eedd4778605fbc69 /src/registrytool.cpp | |
| parent | Update to trunk (diff) | |
| parent | Fix for Bug #1161205 (Font substitution dialog appears when generic font fami... (diff) | |
| download | inkscape-b0bc5900769742861a57b3200f25378a5d5138be.tar.gz inkscape-b0bc5900769742861a57b3200f25378a5d5138be.zip | |
Update to trunk
(bzr r11950.1.76)
Diffstat (limited to 'src/registrytool.cpp')
| -rw-r--r-- | src/registrytool.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/registrytool.cpp b/src/registrytool.cpp index 72b53821e..7544e1c91 100644 --- a/src/registrytool.cpp +++ b/src/registrytool.cpp @@ -21,12 +21,12 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "registrytool.h" + #include <windows.h> #include <string> #include <cstdio> - -#include "registrytool.h" - +#include <glibmm/ustring.h> typedef struct { |
