Skip to content

Commit

Permalink
Fixed messed up includes in demo. Closes #54
Browse files Browse the repository at this point in the history
  • Loading branch information
p-ranav committed May 18, 2020
1 parent 695fac0 commit 078ef91
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/demo.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include "indicators.hpp"
#include <indicators/progress_bar.hpp>
#include <indicators/progress_spinner.hpp>
#include <indicators/cursor_control.hpp>
#include <vector>

int main() {
Expand Down

0 comments on commit 078ef91

Please # to comment.