summaryrefslogtreecommitdiffstats
path: root/kweather/metar_parser.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2012-11-18 15:33:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2012-11-18 15:39:42 +0100
commitea4db78c2f65b301fccb10dccc07c87365e4ca94 (patch)
tree583c7425521341d2f8b555125dd0f13e94b21856 /kweather/metar_parser.cpp
parent8f9720b20698b0a8a43db7c39d03bd6f51c4f21e (diff)
downloadtdetoys-ea4db78c2f65b301fccb10dccc07c87365e4ca94.tar.gz
tdetoys-ea4db78c2f65b301fccb10dccc07c87365e4ca94.zip
Initial conversion to cmake
Thanks to Fat-Zer (cherry picked from commit c4c9c9fd262dd8450c1cf4454183b03173a3b092)
Diffstat (limited to 'kweather/metar_parser.cpp')
-rw-r--r--kweather/metar_parser.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/kweather/metar_parser.cpp b/kweather/metar_parser.cpp
index b6715f0..b576f60 100644
--- a/kweather/metar_parser.cpp
+++ b/kweather/metar_parser.cpp
@@ -18,7 +18,9 @@ email : jratke@comcast.net
* *
***************************************************************************/
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif // HAVE_CONFIG_H
#include <tqdatetime.h>
#include <kdebug.h>