Commit 16c6735f authored by Christopher Dykes's avatar Christopher Dykes Committed by Facebook Github Bot

Include <cassert> when using assert

Summary:
We were using `assert` without including anything that defines it.

Closes https://github.com/facebook/folly/issues/530

Reviewed By: yfeldblum

Differential Revision: D4337047

fbshipit-source-id: 327d19a685e7a4cc1e1eb6e471a6457fe9dee6c7
parent b1cc5501
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#pragma once #pragma once
#include <cassert>
#include <mutex> #include <mutex>
#include <typeindex> #include <typeindex>
#include <unordered_map> #include <unordered_map>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment