about summary refs log tree commit diff homepage
path: root/lib/Core/ExternalDispatcher.h
diff options
context:
space:
mode:
authorCristian Cadar <cristic@cs.stanford.edu>2010-02-25 18:16:03 +0000
committerCristian Cadar <cristic@cs.stanford.edu>2010-02-25 18:16:03 +0000
commitc816be95f57766455f9d4175dde8622cdb3f8c41 (patch)
tree99a563e8e9280a5f603950381ba67e46e09718e4 /lib/Core/ExternalDispatcher.h
parent01ab81773356f992997878edb9e7968bd7c61ee3 (diff)
downloadklee-c816be95f57766455f9d4175dde8622cdb3f8c41.tar.gz
Applied patch submitted by Justin Lebar to fix compilation error w/
gcc 4.4.


git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@97153 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Core/ExternalDispatcher.h')
-rw-r--r--lib/Core/ExternalDispatcher.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Core/ExternalDispatcher.h b/lib/Core/ExternalDispatcher.h
index c173df73..d8d9dc58 100644
--- a/lib/Core/ExternalDispatcher.h
+++ b/lib/Core/ExternalDispatcher.h
@@ -12,6 +12,7 @@
 
 #include <map>
 #include <string>
+#include <stdint.h>
 
 namespace llvm {
   class ExecutionEngine;