gnomemm r1930 - cluttermm_tutorial/trunk/examples/custom_container



Author: daniel
Date: Tue Dec 30 16:20:03 2008
New Revision: 1930
URL: http://svn.gnome.org/viewvc/gnomemm?rev=1930&view=rev

Log:
Add missing #include <algorithm>

Modified:
   cluttermm_tutorial/trunk/examples/custom_container/examplebox.cc

Modified: cluttermm_tutorial/trunk/examples/custom_container/examplebox.cc
==============================================================================
--- cluttermm_tutorial/trunk/examples/custom_container/examplebox.cc	(original)
+++ cluttermm_tutorial/trunk/examples/custom_container/examplebox.cc	Tue Dec 30 16:20:03 2008
@@ -18,6 +18,7 @@
 
 #include "examplebox.h"
 #include <cogl/cogl.h>
+#include <algorithm>
 
 namespace Tutorial
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]