Skip to content

Commit

Permalink
fix wrong include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nmellado committed Jan 26, 2024
1 parent 5e19f6b commit 4c00521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#elif defined(__GNUC__)
# pragma GCC diagnostic ignored "-Wunused-function"
#endif
#include <stb_image.h>
#include <stb/stb_image_write.h>
#include "stb_image.h"
#include "stb_image_write.h"

PoncaPlotCLI::PoncaPlotCLI(DataManager* mgr) : m_dataMgr(mgr){

Expand Down

0 comments on commit 4c00521

Please sign in to comment.