Skip to content

Commit

Permalink
Fix rapidjson headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Mar 18, 2024
1 parent b3e1aec commit 7e879b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sbg/sbg_algorithms.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
#include <iostream>
#include <unordered_set>

#include "include/rapidjson/document.h"
#include "include/rapidjson/filewritestream.h"
#include "include/rapidjson/prettywriter.h"
#include <rapidjson/document.h>
#include <rapidjson/filewritestream.h>
#include <rapidjson/prettywriter.h>
#include "sbg/sbg.hpp"
#include "util/logger.hpp"

Expand Down

0 comments on commit 7e879b3

Please sign in to comment.