Renamed project to indicators

This commit is contained in:
Pranav Srinivas Kumar
2019-12-04 13:19:41 -06:00
parent 021fc681d5
commit 3fbf29967a
4 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include <atomic>
#include <gauge/termcolor.hpp>
#include <indicators/termcolor.hpp>
#include <iostream>
#include <mutex>
#include <string>

View File

@@ -1,4 +1,4 @@
#include <gauge/progressbar.hpp>
#include <indicators/progressbar.hpp>
#include <vector>
/*