Skip to content

Commit

Permalink
Unify include formats to fix building Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mtouzot committed Dec 1, 2023
1 parent d67d03d commit c568137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lytrostream/lytrodecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// (https://opensource.org/license/gpl-3-0/)

#include "utils.hpp"
#include <lytroio/lytrostream/lytrodecoder.hpp>
#include <nlohmann/json.hpp>
#include <lytroio\lytrostream\lytrodecoder.hpp>
#include <nlohmann\json.hpp>

namespace lytroio
{
Expand Down

0 comments on commit c568137

Please sign in to comment.