Silence warnings by adding missing includes

This commit is contained in:
Thomas Wucher 2015-07-09 11:54:49 +02:00
parent 8235618970
commit 57177eb0ba
2 changed files with 2 additions and 0 deletions

View file

@ -46,6 +46,7 @@
#include "objects.h"
#include "helpers.h"
#include "formatter.h"
#include "geonames.h"
enum moment {
MOMENT_NOW,

View file

@ -27,6 +27,7 @@
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <math.h>
#include <libnova/libnova.h>