Skip to content

Commit

Permalink
[transitiveClosure] fixing lint errors from new linter
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Nov 25, 2022
1 parent ce4edca commit a70737d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/transitiveClosure/pgr_transitiveClosure.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#define INCLUDE_TRANSITIVECLOSURE_PGR_TRANSITIVECLOSURE_HPP_
#pragma once

#include <boost/graph/transitive_closure.hpp>

#include <deque>
#include <vector>
#include <utility>

#include <boost/graph/transitive_closure.hpp>
#include "cpp_common/pgr_assert.h"


Expand Down

0 comments on commit a70737d

Please sign in to comment.