blob: b6dbe8d641e8317539d47e69651659291863cd27 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- main/sm.cc.orig Thu Sep 15 14:31:21 2005
+++ main/sm.cc Fri Sep 16 23:11:53 2005
@@ -10,6 +10,7 @@
*/
#include "sm.h"
+#include <algorithm>
#include <functional>
using namespace d4x;
|