1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0024599: Tools for interacting with DRAW from Visual Studio debugger

Minor correction of #include to avoid dependency of package Draw on DBRep (problem building by WOK).
License statements in new files corrected for licensecheck command.
Non-ascii en-dash symbol repleced by Ascii hyphen in debug.md.
This commit is contained in:
abv
2014-03-03 13:52:33 +04:00
parent bf12f0763e
commit 938bb74003
4 changed files with 15 additions and 15 deletions

View File

@@ -13,7 +13,7 @@
// Alternatively, this file may be used under the terms of Open CASCADE
// commercial license or contractual agreement.
#include <DBRep.hxx>
#include <Draw.hxx>
#include <Standard_ErrorHandler.hxx>
#include <Standard_Failure.hxx>