Skip to content

Commit

Permalink
Add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Sep 11, 2023
1 parent c2ecafe commit 241f525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/solver/utils/name_translator.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "name_translator.h"
#include <algorithm>
#include <iterator>

char** RealName::translate(const std::vector<std::string>& src,
std::vector<char*>& pointerVec)
Expand Down

0 comments on commit 241f525

Please sign in to comment.