X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Flimited_stack.h;h=b17eeae19dbca92efecaedff761a8f40d73d8744;hb=8d640dc77608bedddb5b00982c23665584f52d21;hp=1354bcd701008ac89f42acca26ec6b8bf00a8463;hpb=0be0fcfd5907d448cd51addf83ed7032719a0692;p=lyx.git diff --git a/src/support/limited_stack.h b/src/support/limited_stack.h index 1354bcd701..b17eeae19d 100644 --- a/src/support/limited_stack.h +++ b/src/support/limited_stack.h @@ -14,6 +14,9 @@ #include + +namespace lyx { + /** * limited_stack - A stack of limited size. * @@ -91,4 +94,7 @@ private: template class limited_stack; + +} // namespace lyx + #endif // LIMITED_STACK_H