diff options
| author | Jeff Garzik <[email protected]> | 2013-09-06 17:09:55 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2013-09-06 17:09:55 -0700 |
| commit | 15fd245b9a4754485d1a272acce53bcf3290839f (patch) | |
| tree | 95187b718dfe8cb7c4310fffb75f298637de1da5 /src/qt/optionsmodel.cpp | |
| parent | Merge pull request #2976 from laanwj/2013_09_txid_details (diff) | |
| parent | autotools: switch to autotools buildsystem (diff) | |
| download | discoin-15fd245b9a4754485d1a272acce53bcf3290839f.tar.xz discoin-15fd245b9a4754485d1a272acce53bcf3290839f.zip | |
Merge pull request #2943 from theuni/autotools-final
Autotools buildsystem
Diffstat (limited to 'src/qt/optionsmodel.cpp')
| -rw-r--r-- | src/qt/optionsmodel.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qt/optionsmodel.cpp b/src/qt/optionsmodel.cpp index d93a60e1b..95efc5832 100644 --- a/src/qt/optionsmodel.cpp +++ b/src/qt/optionsmodel.cpp @@ -1,3 +1,7 @@ +#if defined(HAVE_CONFIG_H) +#include "bitcoin-config.h" +#endif + #include "optionsmodel.h" #include "bitcoinunits.h" |