File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 * Philipp Schubert and others
88 *****************************************************************************/
99
10- #include < llvm/ADT/StringSwitch.h>
10+ #include " llvm/ADT/StringSwitch.h"
11+ #include " llvm/Support/raw_ostream.h"
12+
1113#include < string>
1214
1315#include " phasar/PhasarLLVM/ControlFlow/CFG.h"
@@ -37,8 +39,8 @@ SpecialMemberFunctionType toSpecialMemberFunctionType(const std::string &SMFT) {
3739 return Type;
3840}
3941
40- std::ostream &operator <<(std::ostream &OS,
41- const SpecialMemberFunctionType &SMFT) {
42+ llvm::raw_ostream &operator <<(llvm::raw_ostream &OS,
43+ const SpecialMemberFunctionType &SMFT) {
4244 return OS << toString (SMFT);
4345}
4446
Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ target_include_directories(phasar_utils PUBLIC ${LLVM_INCLUDE_DIRS})
3333target_link_libraries (phasar_utils
3434 LINK_PUBLIC
3535 ${CMAKE_DL_LIBS}
36+ ${Boost_LIBRARIES}
37+ ${PHASAR_STD_FILESYSTEM}
3638)
3739
3840set_target_properties (phasar_utils
You can’t perform that action at this time.
0 commit comments