summaryrefslogtreecommitdiff
path: root/docs/tutorials/017/page03.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/017/page03.html')
-rw-r--r--docs/tutorials/017/page03.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tutorials/017/page03.html b/docs/tutorials/017/page03.html
index cb1a7182512..fe2d6ec5eda 100644
--- a/docs/tutorials/017/page03.html
+++ b/docs/tutorials/017/page03.html
@@ -33,6 +33,7 @@ the Barrier object almost as a "synchronization guard".
<font color=blue>#define</font> <font color=purple>BARRIER_H</font>
<font color=blue>#include</font> "<A HREF="../../../ace/Synch.h">ace/Synch.h</A>"
+<font color=blue>#include</font> "<A HREF="../../../ace/Atomic_Op.h">ace/Atomic_Op.h</A>"
<font color=red>/* Barrier is a simple wrapper for the ACE_Barrier synchronization
class. The ACE_Barrier is already pretty easy to use but I thought