Skip to content

Commit

Permalink
Fix latest gcc compilation, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
fpw committed Aug 31, 2024
1 parent f019b55 commit a3157e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(AviTab VERSION 0.6.4 DESCRIPTION "AviTab X-Plane plugin")
project(AviTab VERSION 0.7.1 DESCRIPTION "AviTab X-Plane plugin")

if (NOT "$ENV{NAVIGRAPH_SECRET}" STREQUAL "")
set(NAVIGRAPH_SECRET "$ENV{NAVIGRAPH_SECRET}" CACHE INTERNAL "Copied from environment variable")
Expand Down
1 change: 1 addition & 0 deletions src/libnavsql/SqlWorld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include "SqlWorld.h"
#include <cmath>
#include <algorithm>
#include <cassert>
#include <thread>
#include "SqlLoadManager.h"
Expand Down

0 comments on commit a3157e4

Please sign in to comment.