Skip to content

Commit

Permalink
Updating missing header on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
zcobell committed Sep 27, 2019
1 parent c995482 commit 47124a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion global.pri
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
#-----------------------------------------------------------------------#
# Library version
VERSION=4.3.0
VERSION=4.4.0

# If there is no version tag in git this one will be used
MOV_VERSION = \"unversioned\"
Expand Down
1 change: 1 addition & 0 deletions libraries/libmetocean/station.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
//
//-----------------------------------------------------------------------*/
#include "station.h"
#include <cmath>

Station::Station()
: m_coordinate(QGeoCoordinate()),
Expand Down

0 comments on commit 47124a6

Please sign in to comment.