/* * Copyright 2020 McGraw-Hill Education. All rights reserved. No reproduction or distribution without the prior written consent of McGraw-Hill Education. */ #ifndef COMMON_H #define COMMON_H #include #include std::vector> parseCLIArgs(int argc, char * argv[]); #endif