X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftexrow.C;h=ee4b7410946a3fc08e4f3d1ad2676a1e2d9bb4b7;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=9e1b10e5634be4c4215564b96f0e1d039a0f4d85;hpb=4c6e0fe4226ce3b55d13726977f1e579f17c2ad1;p=lyx.git diff --git a/src/texrow.C b/src/texrow.C index 9e1b10e563..ee4b741094 100644 --- a/src/texrow.C +++ b/src/texrow.C @@ -17,6 +17,9 @@ #include + +namespace lyx { + using std::find_if; @@ -83,3 +86,6 @@ TexRow & TexRow::operator+=(TexRow const & tr) rowlist.insert(rowlist.end(), tr.rowlist.begin(), tr.rowlist.end()); return *this; } + + +} // namespace lyx