Skip to content

Commit

Permalink
include ciso646 header for Windows compiler
Browse files Browse the repository at this point in the history
- to get alternative operator representations working
  • Loading branch information
svigerske committed Dec 11, 2022
1 parent 66cae79 commit 0495a53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bliss/include/bliss/defs.hh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
#include <cassert>
#include <cstdarg>

//SV https://en.cppreference.com/w/cpp/language/operator_alternative
#include <ciso646>

/** \file
* \brief Some common definitions.
*/
Expand Down
3 changes: 3 additions & 0 deletions src/bliss/include/bliss/utils.hh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
#include <vector>
#include <cstdio>

//SV https://en.cppreference.com/w/cpp/language/operator_alternative
#include <ciso646>

namespace bliss {

/**
Expand Down

0 comments on commit 0495a53

Please sign in to comment.