Browse Source

Added missing #include<atomic>.

merge-requests/365/head
eidheim 11 years ago
parent
commit
59449bfcb9
  1. 1
      juci/source.h

1
juci/source.h

@ -8,6 +8,7 @@
#include <thread>
#include <mutex>
#include <string>
#include <atomic>
#include "gtksourceviewmm.h"
namespace Notebook {

Loading…
Cancel
Save