diff options
-rw-r--r-- | src/utils.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils.cpp b/src/utils.cpp index 5a30b1b..4e9d8c3 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -96,6 +96,9 @@ void header_message() #if defined(HAVE_INPUT_FILE) " file" << #endif +#if defined(HAVE_INPUT_ZEROMQ) + " zmq" << +#endif std::endl; std::cerr << "Inputs format supported:" << std::endl << |