2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-25 16:52:09 +00:00

Fix build of placement new test. From Farid Zaripov, fixes #2383

This commit is contained in:
Douglas Gregor
2008-10-03 19:54:21 +00:00
parent 0783497692
commit e93cafe8d4

View File

@@ -12,6 +12,7 @@
#include <boost/numeric/ublas/storage.hpp>
#include <iostream>
#include <new>
// User defined type to capture base pointer on construction