1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-07-04 14:24:10 +00:00

Buildfix and minor changes

This commit is contained in:
King_DuckZ 2015-12-13 16:14:05 +00:00
parent bef901c56c
commit 986f0c8db3
4 changed files with 5 additions and 4 deletions

View file

@ -15,8 +15,9 @@
* along with "dindexer". If not, see <http://www.gnu.org/licenses/>.
*/
#include <iostream>
#include "commandline.hpp"
#include <iostream>
#include <ciso646>
int main (int parArgc, char* parArgv[]) {
using boost::program_options::variables_map;