]> git.lyx.org Git - features.git/commitdiff
add missing header
authorJohn Levon <levon@movementarian.org>
Fri, 9 Aug 2002 13:37:31 +0000 (13:37 +0000)
committerJohn Levon <levon@movementarian.org>
Fri, 9 Aug 2002 13:37:31 +0000 (13:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4924 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt2/ChangeLog
src/frontends/qt2/Toolbar_pimpl.C

index 526a10ca45f4a1e3353096b232c4bfc0757871fe..eede5dff10069bad02850624693226ac5d723ce0 100644 (file)
@@ -1,3 +1,7 @@
+2002-08-09  John Levon  <levon@movementarian.org>
+
+       * Toolbar_pimpl.C: add missing header
 2002-08-08  John Levon  <levon@movementarian.org>
 
        * Toolbar_pimpl.C:
index ff340b90f2d83eb85ef0023e7a5fc385542256b4..512d83b4517abf7d4f466cb30adfb14a69a169e5 100644 (file)
@@ -29,6 +29,8 @@
  
 #include "Toolbar_pimpl.h"
  
+#include <boost/tuple/tuple.hpp>
 #include <qtoolbar.h>
 #include <qcombobox.h>
 #include <qtooltip.h>