Skip to content
Snippets Groups Projects
Commit c425f811 authored by Joe Jakobi's avatar Joe Jakobi
Browse files

Include some files in non-debug builds

parent fac50686
No related tags found
No related merge requests found
...@@ -3,12 +3,12 @@ ...@@ -3,12 +3,12 @@
#ifndef BASE_THROWINFO_HH_INCLUDED #ifndef BASE_THROWINFO_HH_INCLUDED
#define BASE_THROWINFO_HH_INCLUDED #define BASE_THROWINFO_HH_INCLUDED
// Define the relevant macros to throw
#ifdef DEB_ON
#include <Base/Debug/DebOut.hh> #include <Base/Debug/DebOut.hh>
#include <Base/Code/CodeLink.hh> #include <Base/Code/CodeLink.hh>
// Define the relevant macros to throw
#ifdef DEB_ON
namespace Base { namespace Base {
class IOutputStream; class IOutputStream;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment