Include iostream since we use it

pull/3530/head
Isaac Connor 2022-07-14 13:42:54 -04:00
parent 3d541eee99
commit 4caffe4674
1 changed files with 2 additions and 0 deletions

View File

@ -62,7 +62,9 @@ possible, this should run at more or less constant speed.
#include "zm_signal.h" #include "zm_signal.h"
#include "zm_time.h" #include "zm_time.h"
#include "zm_utils.h" #include "zm_utils.h"
#include <getopt.h> #include <getopt.h>
#include <iostream>
void Usage() { void Usage() {
fprintf(stderr, "zmc -d <device_path> or -r <proto> -H <host> -P <port> -p <path> or -f <file_path> or -m <monitor_id>\n"); fprintf(stderr, "zmc -d <device_path> or -r <proto> -H <host> -P <port> -p <path> or -f <file_path> or -m <monitor_id>\n");