Browse Source

refactor: Include obj/build.h instead of build.h

0.16
Wladimir J. van der Laan 7 years ago committed by MeshCollider
parent
commit
96b92810a6
  1. 2
      src/clientversion.cpp

2
src/clientversion.cpp

@ -39,7 +39,7 @@ const std::string CLIENT_NAME("Satoshi"); @@ -39,7 +39,7 @@ const std::string CLIENT_NAME("Satoshi");
//! First, include build.h if requested
#ifdef HAVE_BUILD_INFO
#include <build.h>
#include <obj/build.h>
#endif
//! git will put "#define GIT_ARCHIVE 1" on the next line inside archives. $Format:%n#define GIT_ARCHIVE 1$

Loading…
Cancel
Save