updated contact information

This commit is contained in:
suhrke 2017-08-19 15:13:06 -07:00
parent 33b3b0a6d0
commit 40f9432321
3 changed files with 9 additions and 6 deletions

View File

@ -10,7 +10,7 @@
* Revision: none
* Compiler: gcc
*
* Author: suhrke@teknik.io
* Author: surkeh@protonmail.com
*
* =====================================================================================
*/

View File

@ -17,7 +17,7 @@
* Revision: none
* Compiler: gcc
*
* Author: suhrke@teknik.io
* Author: surkeh@protonmail.com
*
* =====================================================================================
*/

View File

@ -2,12 +2,15 @@
// Author: Michael Cameron
// Email: chronokun@hotmail.com
//
#include <vector>
#include <string>
#include <sstream>
#include <fstream>
// Modified by: scuti@teknik.io
//
#include <iostream>
#include <exception>
#include <fstream>
#include <sstream>
#include <string>
#include <vector>
#include "cxxopts.hpp"