1
Fork 0
main
Davi Reis 2012-06-02 22:21:08 -03:00
parent ec467953bc
commit c95e06eba4
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ AC_DEFUN([AC_COMPILE_STDCXX_0X], [
[AC_LANG_SAVE
AC_LANG_CPLUSPLUS
AC_TRY_COMPILE([
#include <unorderd_map>
#include <unorderd_set>
#include <unordered_map>
#include <unordered_set>
template <typename T>
struct check
{