Follow-up of 6201dad245
- Fixed test_color.cpp
This commit is contained in:
parent
d0bff2d996
commit
c07a848257
1 changed files with 0 additions and 4 deletions
|
@ -1,8 +1,6 @@
|
|||
#include <catch2/catch.hpp>
|
||||
#include "libslic3r/libslic3r.h"
|
||||
|
||||
#if ENABLE_COLOR_CLASSES
|
||||
|
||||
#include "libslic3r/Color.hpp"
|
||||
|
||||
using namespace Slic3r;
|
||||
|
@ -36,6 +34,4 @@ SCENARIO("Color picking encoding/decoding cycle", "[Color]") {
|
|||
}
|
||||
}
|
||||
|
||||
#endif // ENABLE_COLOR_CLASSES
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue