diff options
| author | Thomas Winget <tewinget@gmail.com> | 2015-02-05 07:21:14 -0500 |
|---|---|---|
| committer | Thomas Winget <tewinget@gmail.com> | 2015-03-01 02:21:19 -0500 |
| commit | 76289d0e3bf514db589169a464c0f6d45dae7043 (patch) | |
| tree | d59813521e71fa41a124cfa7d6d30ace54773615 /src/daemon/core.h | |
| parent | db53e1956a441c6e8496809f4ade4c4c7fa05276 (diff) | |
| download | monzero-core-76289d0e3bf514db589169a464c0f6d45dae7043.tar.gz monzero-core-76289d0e3bf514db589169a464c0f6d45dae7043.tar.xz monzero-core-76289d0e3bf514db589169a464c0f6d45dae7043.zip | |
Fix tests building -- function signatures changed
Diffstat (limited to 'src/daemon/core.h')
| -rw-r--r-- | src/daemon/core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/core.h b/src/daemon/core.h index 3cea70601..6564e5314 100644 --- a/src/daemon/core.h +++ b/src/daemon/core.h @@ -34,6 +34,7 @@ #include "misc_log_ex.h" #include <stdexcept> #include <boost/program_options.hpp> +#include "daemon/command_line_args.h" namespace daemonize { |
