Skip to content

Instantly share code, notes, and snippets.

@ljrk0
Created May 10, 2015 13:57
Show Gist options
  • Save ljrk0/2b8791dc9b8766476746 to your computer and use it in GitHub Desktop.
Save ljrk0/2b8791dc9b8766476746 to your computer and use it in GitHub Desktop.
From 99040b9acbe058c30cd53558e30ec9e6b8d8ba99 Mon Sep 17 00:00:00 2001
From: LeonardKoenig <leonard.r.koenig@googlemail.com>
Date: Sun, 10 May 2015 17:45:03 +0200
Subject: [PATCH] fix build error
---
src/symbols/name.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/symbols/name.hpp b/src/symbols/name.hpp
index 129e49c..20861e7 100644
--- a/src/symbols/name.hpp
+++ b/src/symbols/name.hpp
@@ -20,7 +20,7 @@
#define HEADER_XBOXDRV_SYMBOLS_NAME_HPP
#include <string>
-#include <boost/strong_typedef.hpp>
+#include <boost/serialization/strong_typedef.hpp>
#include <iostream>
#include "symbols/environment.hpp"
--
2.4.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment