blob: eb58547cd4f4c37b6b64058e25f7d3f0e4aad714 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/chemeq.h.orig 2003-03-11 22:36:25 UTC
+++ src/chemeq.h
@@ -6,6 +6,8 @@
#include <iostream>
#include <vector>
#include <string>
+#include <cstdlib>
+#include <cstring>
#include <map>
typedef struct {
|