3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-25 22:03:43 +01:00

Fix #74. Correction of previous commit for gcc 4.8.1

- an include was missing after reorganisation.
This commit is contained in:
Olivier Parcollet 2014-05-05 18:29:52 +02:00
parent 8c725f8d5e
commit 78cbbaa52f

View File

@ -21,6 +21,7 @@
******************************************************************************/ ******************************************************************************/
#pragma once #pragma once
#include <string> #include <string>
#include <typeinfo>
namespace triqs { namespace utility { namespace triqs { namespace utility {