Add missing config.h include in preferences.cpp

Originally committed to SVN as r6207.
This commit is contained in:
Thomas Goyne 2012-01-08 01:04:50 +00:00
parent 4990d8255c
commit 89705b4f9c
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
/// @brief Preferences dialogue
/// @ingroup configuration_ui
#include "config.h"
#ifndef AGI_PRE
#include <iterator>