Silence warnings by adding missing includes
This commit is contained in:
parent
8235618970
commit
57177eb0ba
2 changed files with 2 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
#include "objects.h"
|
||||
#include "helpers.h"
|
||||
#include "formatter.h"
|
||||
#include "geonames.h"
|
||||
|
||||
enum moment {
|
||||
MOMENT_NOW,
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <libnova/libnova.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue