diff options
author | sletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224> | 2008-09-05 13:36:28 +0000 |
---|---|---|
committer | sletz <sletz@0c269be4-1314-0410-8aa9-9f06e86f4224> | 2008-09-05 13:36:28 +0000 |
commit | 3e01068967e8bff63f27e36ea76eacbcd17bfb38 (patch) | |
tree | b5901e8b3babed0eb508d4cab5b9a0c85ac7343f /common/JackException.h | |
parent | 92fec924268d2e0940fa386b74b608ae25074d55 (diff) | |
download | jack2-3e01068967e8bff63f27e36ea76eacbcd17bfb38.tar.gz |
Merge Michael Voigt drops branch after reorganization step.
git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@2880 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'common/JackException.h')
-rw-r--r-- | common/JackException.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/JackException.h b/common/JackException.h index f084d7a1..86ecc055 100644 --- a/common/JackException.h +++ b/common/JackException.h @@ -23,7 +23,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. #include <stdexcept> #include <iostream> #include <string> -#include "JackExports.h" +#include "JackCompilerDeps.h" #include "JackError.h" namespace Jack |