[osmium-tool] 27/97: Fix include order so that USE_CRYPTOPP macros is included.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Jul 21 20:15:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to tag v1.0.0
in repository osmium-tool.
commit 5b233a5d6583662fc5c0c576249c923935b9f47a
Author: Jochen Topf <jochen at topf.org>
Date: Tue Jul 29 12:15:35 2014 +0200
Fix include order so that USE_CRYPTOPP macros is included.
---
src/command_fileinfo.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/command_fileinfo.cpp b/src/command_fileinfo.cpp
index a850bf5..cd94a9e 100644
--- a/src/command_fileinfo.cpp
+++ b/src/command_fileinfo.cpp
@@ -29,6 +29,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <boost/program_options.hpp>
namespace po = boost::program_options;
+#include "command_fileinfo.hpp"
+
#ifdef USE_CRYPTOPP
# include <cryptopp/sha.h>
#else
@@ -40,8 +42,6 @@ namespace po = boost::program_options;
#include <osmium/osm/entity_bits.hpp>
#include <osmium/visitor.hpp>
-#include "command_fileinfo.hpp"
-
bool CommandFileinfo::setup(const std::vector<std::string>& arguments) {
po::variables_map vm;
try {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git
More information about the Pkg-grass-devel
mailing list