diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2015-03-09 09:27:16 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2015-03-09 09:27:16 -0230 |
commit | 26881d0fcf9dd8b7aa6ff1390b613f59c1c88ab4 (patch) | |
tree | 56cf0949dd28f0a2aab0cb860377353c3193e5af /cpp/include | |
parent | Fixed crash on Windows related to buffer size changes (diff) | |
download | ice-26881d0fcf9dd8b7aa6ff1390b613f59c1c88ab4.tar.bz2 ice-26881d0fcf9dd8b7aa6ff1390b613f59c1c88ab4.tar.xz ice-26881d0fcf9dd8b7aa6ff1390b613f59c1c88ab4.zip |
Updated .headers file
Diffstat (limited to 'cpp/include')
-rw-r--r-- | cpp/include/IceUtil/.headers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/IceUtil/.headers b/cpp/include/IceUtil/.headers index cf25fff2cfa..9c218caba08 100644 --- a/cpp/include/IceUtil/.headers +++ b/cpp/include/IceUtil/.headers @@ -1,5 +1,6 @@ SDK_HEADERS = \ $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\AbstractMutex.h \ + $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Atomic.h \ $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Cache.h \ $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Cond.h \ $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Config.h \ |