diff --git a/ChangeLog.md b/ChangeLog.md index 2c46bf19..634f3134 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ # DGtalTools 1.4 (beta) +- *build* + - Remove STBimage preprocessor instruction used to fix MVSC that is + no more usefull since DGtal PR [175](https://github.com/DGtal-team/DGtal/pull/1715) + (Bertrand Kerautret [#459](https://github.com/DGtal-team/DGtalTools/pull/459)) + + - *visualisation* - meshViewer: new options to change the default background color, to load camera settings at startup, to change at startup the light diff --git a/visualisation/volscope.cpp b/visualisation/volscope.cpp index a454fd48..7fe38ad9 100644 --- a/visualisation/volscope.cpp +++ b/visualisation/volscope.cpp @@ -26,7 +26,7 @@ * * This file is part of the DGtal library. */ -#define NO_ADD_STBIMAGE_IMPLEMENT //To avoid duplicated linking errors (like LNK2005 in MSVC) + #include #include