diff options
| author | raczman <none@none> | 2010-04-07 13:09:07 +0200 |
|---|---|---|
| committer | raczman <none@none> | 2010-04-07 13:09:07 +0200 |
| commit | bcb67eb49032f3b40c113d915e19d42b047c9f0b (patch) | |
| tree | d5a4bdc7ef31b84c9a48abb26513f63bd1e4afab /src/shared/Config | |
| parent | 599ffd8bb9d046bc99d9b69496208d1102493c6f (diff) | |
Include ACE headers in case they are not in system path.
Thanks for spotting the bug guys:
GL.AntiDiavol, next3x, Aokromes
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Config')
| -rw-r--r-- | src/shared/Config/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/Config/CMakeLists.txt b/src/shared/Config/CMakeLists.txt index 397005586b6..98065034f08 100644 --- a/src/shared/Config/CMakeLists.txt +++ b/src/shared/Config/CMakeLists.txt @@ -12,6 +12,7 @@ SET(trinityconfig_STAT_SRCS ) include_directories( + ${ACE_INCLUDE_DIR} ${CMAKE_BINARY_DIR} ${CMAKE_SOURCE_DIR}/src/shared ${CMAKE_SOURCE_DIR}/src/framework |
