Browse Source

Added missing algorithm header inclusion.

Former-commit-id: 32231ecb8d
tempestpy_adaptions
dehnert 11 years ago
parent
commit
d6ff967ef0
  1. 2
      src/storage/dd/CuddDd.cpp

2
src/storage/dd/CuddDd.cpp

@ -1,3 +1,5 @@
#include <algorithm>
#include "src/storage/dd/CuddDd.h" #include "src/storage/dd/CuddDd.h"
#include "src/storage/dd/CuddDdManager.h" #include "src/storage/dd/CuddDdManager.h"

Loading…
Cancel
Save