Commit c474a2d7 authored by Jeroen Vaelen's avatar Jeroen Vaelen Committed by Facebook Github Bot

fix ifndef error path

Summary: The error was pointing to a file that does not exist.

Reviewed By: ddrcoder, Orvid

Differential Revision: D10461496

fbshipit-source-id: 4a282db547ad0924da23ea1b7652cf702599acab
parent e3ed6d7c
......@@ -15,7 +15,7 @@
*/
#ifndef FOLLY_GEN_PARALLEL_H_
#error This file may only be included from folly/gen/ParallelGen.h
#error This file may only be included from folly/gen/Parallel.h
#endif
#include <folly/MPMCQueue.h>
......
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